Skip to content

Commit 0b4d49d

Browse files
committed
Update workflow
1 parent d1340d0 commit 0b4d49d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,13 @@ jobs:
6767
rm -rf addons/sourcemod/scripting
6868
working-directory: ./build
6969

70+
- name: Compress package
71+
run: |
72+
zip -9rq HexTags-${{ matrix.SM_VERSION }}.zip build/*
7073
- name: Create release
7174
uses: ncipollo/release-action@v1
7275
with:
73-
artifacts: "./build"
76+
allowUpdates: true
77+
artifacts: "HexTags-${{ matrix.SM_VERSION }}.zip"
7478
token: ${{ secrets.GITHUB_TOKEN }}
7579

0 commit comments

Comments
 (0)