We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1340d0 commit 0b4d49dCopy full SHA for 0b4d49d
.github/workflows/release.yml
@@ -67,9 +67,13 @@ jobs:
67
rm -rf addons/sourcemod/scripting
68
working-directory: ./build
69
70
+ - name: Compress package
71
+ run: |
72
+ zip -9rq HexTags-${{ matrix.SM_VERSION }}.zip build/*
73
- name: Create release
74
uses: ncipollo/release-action@v1
75
with:
- artifacts: "./build"
76
+ allowUpdates: true
77
+ artifacts: "HexTags-${{ matrix.SM_VERSION }}.zip"
78
token: ${{ secrets.GITHUB_TOKEN }}
79
0 commit comments