mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2024-12-25 23:10:32 +00:00
Update build.yml
This commit is contained in:
parent
f870158a0c
commit
a308c6955c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -47,7 +47,7 @@ jobs:
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
- name: Releasing Latest ISOs
|
- name: Releasing Latest ISOs
|
||||||
if: ${{ success() && github.event_name = 'push'}}
|
if: ${{ success() && github.event_name == 'push'}}
|
||||||
uses: "GutPuncher/action-automatic-releases@latest"
|
uses: "GutPuncher/action-automatic-releases@latest"
|
||||||
with:
|
with:
|
||||||
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
|
|
Loading…
Reference in a new issue