Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
FEDERICOMB96 committed Jul 21, 2024
1 parent 97c602b commit a92b207
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
7z a -mm=Deflate -mfb=258 -mpass=15 -r MultiModManagerCS-v${{needs.build.outputs.semver}}.zip addons/
- name: Publish artifacts
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
id: publish-job
if: |
startsWith(github.ref, 'refs/tags/') &&
Expand Down
2 changes: 1 addition & 1 deletion addons/amxmodx/scripting/include/mm_incs/version.inc
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@

#define MM_VERSION_MAJOR 2
#define MM_VERSION_MINOR 3
#define MM_VERSION_COMMIT 218
#define MM_VERSION_COMMIT 219

#define PLUGIN_VERSION fmt("v%d.%d.%d", MM_VERSION_MAJOR, MM_VERSION_MINOR, MM_VERSION_COMMIT)
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@

#define MM_VERSION_MAJOR 2
#define MM_VERSION_MINOR 3
#define MM_VERSION_COMMIT 218
#define MM_VERSION_COMMIT 219

#define MM_NATIVES_API_VER fmt("v%d.%d.%d", MM_VERSION_MAJOR, MM_VERSION_MINOR, MM_VERSION_COMMIT)

0 comments on commit a92b207

Please sign in to comment.