Update yakos-build.yml

This commit is contained in:
Yako 2025-03-20 23:40:15 +01:00 committed by GitHub
parent 3c37e0e76f
commit f3a3227928
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,6 +14,7 @@ env:
jobs:
build:
if: github.repository == 'YakosWG/DS-Pokemon-Rom-Editor'
runs-on: windows-latest
steps:
@ -39,6 +40,7 @@ jobs:
- name: Delete previous release
run: |
gh release delete --yes yako_canary
continue-on-error: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}