Skip to content

Commit

Permalink
Update cmake.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Garey27 authored Dec 7, 2021
1 parent 020f739 commit 6ae23bc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,10 @@ jobs:

- name: Archive artifacts
run: |
7z a -tzip voice_utils-bin-${RELEASE_VERSION}.zip ${{github.workspace}}/bin/Release/Release/voice_utils_amxx.dll ${{github.workspace}}/bin/Release/voice_utils_amxx_i386.so scripting/
mkdir -p addons/amxmodx/modules addons/amxmodx/scripting
cp voice_utils_amxx.dll voice_utils_amxx_i386.so addons/amxmodx/modules
cp scripting/voiceutils.inc addons/amxmodx/scripting
7z a -tzip voice_utils-bin-${RELEASE_VERSION}.zip addons
- name: Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 6ae23bc

Please sign in to comment.