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 73120ed commit 859540b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-release-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,10 @@ jobs:
needs: [build-debian, build-centos]
steps:
- uses: actions/download-artifact@v4
- run: cd artifact && md5sum *dhcpy6d* > md5sums.txt
- run: cd artifact && sha256sum *dhcpy6d* > sha256sums.txt
- run: cd build-debian && md5sum *dhcpy6d* > md5sums.txt
- run: cd build-centos && md5sum *dhcpy6d* > md5sums.txt
- run: cd build-debian && sha256sum *dhcpy6d* > sha256sums.txt
- run: cd build-centos && sha256sum *dhcpy6d* > sha256sums.txt
- uses: marvinpinto/action-automatic-releases@latest
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
Expand Down

0 comments on commit 859540b

Please sign in to comment.