Update build.yaml

This commit is contained in:
hikari 2024-07-03 20:53:14 +03:30 committed by GitHub
parent 09cd02784f
commit 7e866c2b50
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -44,7 +44,7 @@ jobs:
md5sum iso_parts/* > iso_parts/md5sums.txt md5sum iso_parts/* > iso_parts/md5sums.txt
gh release upload ${{ github.event.release.tag_name }} ./iso_parts/* -R ${{ github.repository }} gh release upload ${{ github.event.release.tag_name }} ./iso_parts/* -R ${{ github.repository }}
build: build:
if: github.event.release.prerelease == true if: github.event.release.prerelease == false
permissions: permissions:
contents: write contents: write
runs-on: ubuntu-latest runs-on: ubuntu-latest