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 7eabc67 commit 0de72c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-check-sign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
- name: Get all release files
run: |
echo Download everything
# gh release download ${{ inputs.release_tag }} -p "*.zip" -p "*.tgz" -p "*.jar" --repo=${{ github.repository_owner }}
gh release download release-74-1 -p "*.zip" -p "*.tgz" -p "*.jar" --repo=unicode.org/icu
# gh release download ${{ inputs.release_tag }} -p "*.zip" -p "*.tgz" -p "*.jar" --repo=${{ github.repository }}
gh release download release-74-2 -p "*.zip" -p "*.tgz" -p "*.jar" --repo=unicode-org/icu
env:
GH_TOKEN: ${{ github.token }}

Expand Down

0 comments on commit 0de72c5

Please sign in to comment.