Skip to content

Commit

Permalink
Test release uploading
Browse files Browse the repository at this point in the history
  • Loading branch information
Garey Akhmetshin committed Nov 13, 2024
1 parent a76c8b0 commit c83d11d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@ jobs:
mkdir -p amxmodx/scripting/include amxmodx/modules
cp addtofullpack_manager_amxx.dll addtofullpack_manager_amxx_i386.so amxmodx/modules
cp include/addtofullpack_manager.inc amxmodx/scripting/include
7z a -tzip addtofullpack_manager-bin-${RELEASE_VERSION}.zip addons
7z a -tzip addtofullpack_manager-bin-${RELEASE_VERSION}.zip amxmodx
- name: Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
files: addtofullpack_manager-bin-*.zip

0 comments on commit c83d11d

Please sign in to comment.