Skip to content

Commit fe105eb

Browse files
committed
fix release workflow for the last time
1 parent 9f12e0f commit fe105eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
- name: Upload Artifact
7979
uses: actions/upload-artifact@v4
8080
with:
81-
name: ${{ matrix.artifact }}
81+
name: zap-${{ env.PROJECT_VERSION }}-${{ matrix.label }}.zip
8282
path: release.zip
8383

8484
- name: Upload to Release

0 commit comments

Comments
 (0)