Skip to content

Commit

Permalink
Merge pull request #28 from jsdelivr/ci/distributions
Browse files Browse the repository at this point in the history
ci: add more distributions
  • Loading branch information
jimaek committed Mar 7, 2023
2 parents f26ee76 + 8bc9d34 commit 6fcda44
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 6fcda44

Please sign in to comment.