Skip to content

Commit

Permalink
Test download
Browse files Browse the repository at this point in the history
  • Loading branch information
softashell committed Jan 25, 2024
1 parent 95adb26 commit 9ca616f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/sourcemod-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,12 @@ jobs:
- uses: actions/download-artifact@v4
with:
name: compiled-plugins
path: release
- name: Display structure of downloaded files
run: ls -R
- name: Release
uses: softprops/action-gh-release@v1
with:
tag_name: release
files: |
compiled-plugins.zip
./release/*.zip

0 comments on commit 9ca616f

Please sign in to comment.