From 3e9342c08231dd8cae6dd228edb8a001bb3b6678 Mon Sep 17 00:00:00 2001 From: soft as HELL Date: Thu, 25 Jan 2024 10:58:01 +0200 Subject: [PATCH] Test release --- .github/workflows/sourcemod-plugin.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/workflows/sourcemod-plugin.yml b/.github/workflows/sourcemod-plugin.yml index 804f45c..6a05c96 100644 --- a/.github/workflows/sourcemod-plugin.yml +++ b/.github/workflows/sourcemod-plugin.yml @@ -22,7 +22,7 @@ jobs: uses: rumblefrog/setup-sp@master with: version: '1.11.x' - + - name: Checkout neotokyo include repo uses: actions/checkout@v4 with: @@ -37,12 +37,16 @@ jobs: spcomp -E -w234 -O2 -v2 -i ./scripting/include -i ./sourcemod-nt-include/scripting/include $file done echo "===OUT FILES===" - ls - echo version = ${{ steps.setup_sp.outputs.plugin-version }} + ls *.smx working-directory: ${{ env.SCRIPTS_PATH }} - name: Upload compiled plugins uses: actions/upload-artifact@v4 with: name: compiled-plugins path: | - *.smx \ No newline at end of file + *.smx + - name: Release + uses: softprops/action-gh-release@v1 + with: + files: | + compiled-plugins.zip \ No newline at end of file