Skip to content

Commit 51eb402

Browse files
committed
fix broken gorleaser job
1 parent 997cbfa commit 51eb402

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/go-releaser.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ jobs:
4242
with:
4343
name: goreleaser-deb
4444
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
4549

4650
deploy:
4751
needs: goreleaser
@@ -50,6 +54,9 @@ jobs:
5054
- uses: actions/download-artifact@v2
5155
with:
5256
name: goreleaser-deb
57+
- uses: actions/download-artifact@v2
58+
with:
59+
name: goreleaser-rpm
5360
- run: echo "VERSION_NAME=${GITHUB_REF_NAME:1}" >> $GITHUB_ENV
5461
- run: echo gocli2_${{ env.VERSION_NAME }}_linux_arm64.deb
5562
- run: ls -la

0 commit comments

Comments
 (0)