Skip to content

Commit

Permalink
Fedora & Ubuntu, tinker a bit more
Browse files Browse the repository at this point in the history
  • Loading branch information
mihnita committed Sep 24, 2024
1 parent 47c06a1 commit f2bc129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-check-sign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
run: |
pushd tempFolder
ls
find . -file -name '*.asc' -exec gh release upload release-76-1beta {} --repo=mihnita/fake_icu \;
find . -type f -name '*.asc' -exec gh release upload release-76-1beta {} --repo=mihnita/fake_icu \;
gh release upload release-76-1beta *.md5 --repo=mihnita/fake_icu
gh release upload release-76-1beta SHASUM512.txt --repo=${{ github.repository }}
gh release upload release-76-1beta *.asc --repo=mihnita/fake_icu
Expand Down

0 comments on commit f2bc129

Please sign in to comment.