Skip to content

Commit

Permalink
Remove upload to releases CI/CD step
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolajSchlej committed Feb 14, 2025
1 parent 60a0ef1 commit cca1fd1
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: macOS builds
path: dist/*.zip
- name: Upload to releases
if: github.event_name == 'release'
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: dist/*.zip
tag: ${{ github.ref }}
file_glob: true
path: dist/*.zip

0 comments on commit cca1fd1

Please sign in to comment.