Skip to content

Commit

Permalink
ci: add more distributions
Browse files Browse the repository at this point in the history
  • Loading branch information
ayuhito committed Mar 7, 2023
1 parent b0807f3 commit 8bc9d34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- run: echo "VERSION_NAME=${GITHUB_REF_NAME:1}" >> $GITHUB_ENV
- run: echo globalping_${{ env.VERSION_NAME }}_linux_amd64
- run: ls -la
- uses: jr-frazier/upload-packagecloud@v2
- uses: jsdelivr/upload-packagecloud@v3
with:
DEB-PACKAGE-NAME: globalping_${{ env.VERSION_NAME }}_linux_amd64.deb
RPM-PACKAGE-NAME: globalping_${{ env.VERSION_NAME }}_linux_amd64.rpm
Expand Down

0 comments on commit 8bc9d34

Please sign in to comment.