Skip to content

Commit

Permalink
CI: integrated new action softprops/action-gh-release
Browse files Browse the repository at this point in the history
  • Loading branch information
SNMetamorph committed Apr 18, 2023
1 parent fa52378 commit c084046
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/nightly-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,17 +68,16 @@ jobs:
uses: dev-drprasad/[email protected]
with:
delete_release: true
tag_name: continious
tag_name: continuous
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Upload new release
uses: svenstaro/upload-release-action@v2
uses: softprops/[email protected]
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file_glob: true
file: goldsrc-monitor*
tag: continious
overwrite: true
token: ${{ secrets.GITHUB_TOKEN }}
files: goldsrc-monitor*
tag_name: continuous
draft: false
prerelease: true
release_name: GoldSrc Monitor Continuous Build
name: GoldSrc Monitor Continuous Build

0 comments on commit c084046

Please sign in to comment.