Skip to content

Commit

Permalink
Fix ARM64 Jfrog path
Browse files Browse the repository at this point in the history
  • Loading branch information
pablo-ruth committed Apr 6, 2023
1 parent 704db26 commit e069b44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ jobs:
- uses: jfrog/setup-jfrog-cli@v1
- run: |
jfrog rt upload --url https://signmykey.jfrog.io/artifactory/ --apikey=${{ secrets.JFROG_APIKEY }} --deb stable/main/amd64 bin/signmykey_${{ steps.get_version.outputs.VERSION }}_amd64.deb signmykey-deb/
jfrog rt upload --url https://signmykey.jfrog.io/artifactory/ --apikey=${{ secrets.JFROG_APIKEY }} --deb stable/main/amd64 bin/signmykey_${{ steps.get_version.outputs.VERSION }}_arm64.deb signmykey-deb/
jfrog rt upload --url https://signmykey.jfrog.io/artifactory/ --apikey=${{ secrets.JFROG_APIKEY }} --deb stable/main/arm64 bin/signmykey_${{ steps.get_version.outputs.VERSION }}_arm64.deb signmykey-deb/
jfrog rt upload --url https://signmykey.jfrog.io/artifactory/ --apikey=${{ secrets.JFROG_APIKEY }} bin/signmykey-${{ steps.get_version.outputs.VERSION }}-x86_64.rpm signmykey-rpm/

0 comments on commit e069b44

Please sign in to comment.