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:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
with:
|
||||||
tag_name: github-actions-nightly
|
tag_name: nightly-build
|
||||||
backup_tag_name: backup-github-actions-nightly
|
backup_tag_name: backup-nightly-build
|
||||||
release_name: Nightly Release
|
release_name: Nightly Release
|
||||||
body: |
|
body: |
|
||||||
1 ${{ github.eventName }}
|
Nightly Build
|
||||||
2 ${{ github.sha }}
|
|
||||||
3 ${{ github.ref }}
|
|
||||||
4 ${{ github.workflow }}
|
|
||||||
5 ${{ github.action }}
|
|
||||||
6 ${{ github.actor }}
|
|
||||||
prerelease: true
|
prerelease: true
|
||||||
|
|
||||||
- uses: actions/download-artifact@v2.0.8
|
- uses: actions/download-artifact@v2.0.8
|
||||||
|
|
Loading…
Reference in a new issue