mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
Update GitHub build workflow to use nightly-build tag
This commit is contained in:
parent
eef9eea642
commit
d0deb44abf
11
.github/workflows/build.yml
vendored
11
.github/workflows/build.yml
vendored
|
@ -181,16 +181,11 @@ jobs:
|
|||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
tag_name: github-actions-nightly
|
||||
backup_tag_name: backup-github-actions-nightly
|
||||
tag_name: nightly-build
|
||||
backup_tag_name: backup-nightly-build
|
||||
release_name: Nightly Release
|
||||
body: |
|
||||
1 ${{ github.eventName }}
|
||||
2 ${{ github.sha }}
|
||||
3 ${{ github.ref }}
|
||||
4 ${{ github.workflow }}
|
||||
5 ${{ github.action }}
|
||||
6 ${{ github.actor }}
|
||||
Nightly Build
|
||||
prerelease: true
|
||||
|
||||
- uses: actions/download-artifact@v2.0.8
|
||||
|
|
Loading…
Reference in a new issue