Skip to content

Commit 0d2cbf7

Browse files
committed
Fix zip filename
1 parent d7e23bb commit 0d2cbf7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- name: Upload zip artifact
6666
uses: actions/upload-artifact@v7
6767
with:
68-
name: NativeInvoke-${VERSION}.zip
68+
name: NativeInvoke.zip
6969
path: zip/*.zip
7070

7171
- name: Generate changelog

0 commit comments

Comments
 (0)