Skip to content

Commit

Permalink
Jar names
Browse files Browse the repository at this point in the history
  • Loading branch information
alanocallaghan committed Nov 12, 2024
1 parent 9469f9b commit d60dfff
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ jobs:
GH_TOKEN: ${{ github.token }}
run: |
gh release create --draft v${{ inputs.c_blosc_version }} -t ${{ github.sha }} --title v${{ inputs.c_blosc_version }} \
blosc-natives-v${{ inputs.c_blosc_version }}-darwin-aarch64.jar \
blosc-natives-v${{ inputs.c_blosc_version }}-darwin-x86-64.jar \
blosc-natives-v${{ inputs.c_blosc_version }}-linux-x86-64.jar \
blosc-natives-v${{ inputs.c_blosc_version }}-win32-x86-64.jar \
blosc-natives-v${{ inputs.c_blosc_version }}.jar
blosc-natives-darwin-aarch64.jar \
blosc-natives-darwin-x86-64.jar \
blosc-natives-linux-x86-64.jar \
blosc-natives-win32-x86-64.jar \
blosc-natives.jar
publish:
needs: jars
Expand Down

0 comments on commit d60dfff

Please sign in to comment.