Skip to content

Commit

Permalink
github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
HenriWahl committed Jul 30, 2024
1 parent feebccd commit 7b544ed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-release-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ jobs:
needs: [build-debian, build-centos]
steps:
- uses: actions/download-artifact@v4
- run: cd build-debian && md5sum build-debian/*dhcpy6d* > ../md5sums.txt
- run: cd build-debian && sha256sum build-debian/*dhcpy6d* > ../sha256sums.txt
- run: cd build-centos && md5sum build-centos/*dhcpy6d* >> ../md5sums.txt
- run: cd build-centos && sha256sum build-centos/*dhcpy6d* >> ../sha256sums.txt
- run: cd build-debian && md5sum *dhcpy6d* > ../md5sums.txt
- run: cd build-debian && sha256sum *dhcpy6d* > ../sha256sums.txt
- run: cd build-centos && md5sum *dhcpy6d* >> ../md5sums.txt
- run: cd build-centos && sha256sum *dhcpy6d* >> ../sha256sums.txt
- uses: marvinpinto/action-automatic-releases@latest
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
Expand Down
2 changes: 1 addition & 1 deletion build/Dockerfile-debian
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:10
FROM debian:12
LABEL [email protected]

# get build requirements
Expand Down

0 comments on commit 7b544ed

Please sign in to comment.