Skip to content

Commit 9c8095c

Browse files
Use goreleaser to upload binaries
1 parent 5d233a3 commit 9c8095c

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,3 @@ jobs:
4747
env:
4848
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4949
AC_PASSWORD: ${{ secrets.APPLE_AC_PASSWORD }}
50-
51-
- name: Upload assets
52-
uses: actions/upload-artifact@v4
53-
# only upload artifacts on pull requests
54-
if: ${{ github.event_name == 'pull_request' }}
55-
with:
56-
name: test-release
57-
path: dist/*

0 commit comments

Comments
 (0)