mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-29 16:24:16 +00:00
github: migrate to softprops/action-gh-release to avoid drafts being randomly created (thanks @SNMetamorph)
This commit is contained in:
parent
1affc36f06
commit
588d080a63
12
.github/workflows/c-cpp.yml
vendored
12
.github/workflows/c-cpp.yml
vendored
@ -115,11 +115,11 @@ jobs:
|
|||||||
delete_release: true
|
delete_release: true
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
- name: Upload new release
|
- name: Upload new release
|
||||||
uses: FWGS/upload-release-action@2.5.1
|
uses: FWGS/action-gh-release@v0.1.15
|
||||||
with:
|
with:
|
||||||
release_name: Xash3D FWGS Continuous ${{ github.ref_name }} Build
|
name: Xash3D FWGS Continuous ${{ github.ref_name }} Build
|
||||||
tag: ${{ github.ref_name == 'master' && 'continuous' || format('continuous-{0}', github.ref_name) }}
|
tag_name: ${{ github.ref_name == 'master' && 'continuous' || format('continuous-{0}', github.ref_name) }}
|
||||||
prerelease: true
|
prerelease: true
|
||||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
file_glob: true
|
files: artifacts/*
|
||||||
file: artifacts/*
|
draft: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user