Skip to content

Commit 4a4da39

Browse files
committed
ci(release): remove upload action artifact step for release
1 parent 22f6341 commit 4a4da39

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/release.yml

-5
Original file line numberDiff line numberDiff line change
@@ -136,11 +136,6 @@ jobs:
136136
target: ${{ matrix.platform.target }}
137137
args: "--release"
138138
strip: true
139-
- name: Upload Action Artifact
140-
uses: actions/upload-artifact@v4
141-
with:
142-
name: ${{ matrix.platform.name }}
143-
path: target/${{ matrix.platform.target }}/release/${{ matrix.platform.bin }}
144139
- name: Upload Release Asset
145140
uses: actions/upload-release-asset@v1
146141
env:

0 commit comments

Comments
 (0)