Skip to content

Commit

Permalink
Split release
Browse files Browse the repository at this point in the history
  • Loading branch information
softashell committed Jan 25, 2024
1 parent 950f4db commit 75fdd8f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/sourcemod-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,14 @@ jobs:
name: compiled-plugins
path: |
*.smx
release:
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- uses: actions/download-artifact@v4
with:
name: compiled-plugins
- name: Release
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit 75fdd8f

Please sign in to comment.