We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a5963b commit 997cbfaCopy full SHA for 997cbfa
.github/workflows/go-releaser.yml
@@ -53,7 +53,7 @@ jobs:
53
- run: echo "VERSION_NAME=${GITHUB_REF_NAME:1}" >> $GITHUB_ENV
54
- run: echo gocli2_${{ env.VERSION_NAME }}_linux_arm64.deb
55
- run: ls -la
56
- - uses: ProspectOne/upload-packagecloud@v2
+ - uses: ProspectOne/upload-packagecloud@v1
57
with:
58
DEB-PACKAGE-NAME: gocli2_${{ env.VERSION_NAME }}_linux_arm64.deb
59
RPM-PACKAGE-NAME: gocli2_${{ env.VERSION_NAME }}_linux_arm64.rpm
0 commit comments