Skip to content

Commit

Permalink
Test release
Browse files Browse the repository at this point in the history
  • Loading branch information
softashell committed Jan 25, 2024
1 parent 6067dd4 commit 3e9342c
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/sourcemod-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
*.smx
- name: Release
uses: softprops/action-gh-release@v1
with:
files: |
compiled-plugins.zip

0 comments on commit 3e9342c

Please sign in to comment.