mirror of
https://github.com/Ale32bit/Capy64.git
synced 2025-01-18 18:46:43 +00:00
Include "needs" in publish.yml
This commit is contained in:
parent
d9f947c406
commit
1cf706f633
1 changed files with 1 additions and 0 deletions
1
.github/workflows/publish.yml
vendored
1
.github/workflows/publish.yml
vendored
|
@ -77,6 +77,7 @@ jobs:
|
|||
run: 7z a capy64-linux-x64.zip publish/linux-x64/**
|
||||
|
||||
publish:
|
||||
needs: [release-windows, release-linux]
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: write
|
||||
|
|
Loading…
Reference in a new issue