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 244e76d commit 0e871d0
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/sourcemod-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,14 @@ jobs:
with:
name: compiled-plugins
path: release
- name: Display structure of downloaded files
run: ls -R
- name: Release
uses: softprops/action-gh-release@v1
- name: Update latest release
uses: andelf/nightly-release@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: release
tag_name: latest
name: 'Latest release'
prerelease: false
body: 'Compiled NT plugins'
files: |
./release/*.smx

0 comments on commit 0e871d0

Please sign in to comment.