Skip to content

Commit

Permalink
ci(release): remove upload action artifact step for release
Browse files Browse the repository at this point in the history
  • Loading branch information
DevYukine committed Mar 1, 2024
1 parent 22f6341 commit 4a4da39
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,11 +136,6 @@ jobs:
target: ${{ matrix.platform.target }}
args: "--release"
strip: true
- name: Upload Action Artifact
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.platform.name }}
path: target/${{ matrix.platform.target }}/release/${{ matrix.platform.bin }}
- name: Upload Release Asset
uses: actions/upload-release-asset@v1
env:
Expand Down

0 comments on commit 4a4da39

Please sign in to comment.