Update build.yml

This commit is contained in:
Arsenic Blood 2024-03-06 22:52:53 -05:00 committed by GitHub
parent f870158a0c
commit a308c6955c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 }}"