We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 997cbfa commit 51eb402Copy full SHA for 51eb402
1 file changed
.github/workflows/go-releaser.yml
@@ -42,6 +42,10 @@ jobs:
42
with:
43
name: goreleaser-deb
44
path: dist/gocli2_${{ env.VERSION_NAME }}_linux_arm64.deb
45
+ - uses: actions/upload-artifact@v2
46
+ with:
47
+ name: goreleaser-rpm
48
+ path: dist/gocli2_${{ env.VERSION_NAME }}_linux_arm64.rpm
49
50
deploy:
51
needs: goreleaser
@@ -50,6 +54,9 @@ jobs:
54
- uses: actions/download-artifact@v2
55
52
56
57
+ - uses: actions/download-artifact@v2
58
59
53
60
- run: echo "VERSION_NAME=${GITHUB_REF_NAME:1}" >> $GITHUB_ENV
61
- run: echo gocli2_${{ env.VERSION_NAME }}_linux_arm64.deb
62
- run: ls -la
0 commit comments