mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-04-23 13:04:50 +00:00
fix: now needs workflow job
This commit is contained in:
parent
04e1ea35a9
commit
0582dd0d8d
2 changed files with 2 additions and 2 deletions
2
.github/workflows/prerelease.yml
vendored
2
.github/workflows/prerelease.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
|||
uses: ./.github/workflows/build-jobs.yaml
|
||||
create-prerelease:
|
||||
runs-on: ubuntu-latest
|
||||
needs: build
|
||||
needs: build-workflow
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
|||
uses: ./.github/workflows/build-jobs.yaml
|
||||
create-release:
|
||||
runs-on: ubuntu-latest
|
||||
needs: build
|
||||
needs: build-workflow
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
|
Loading…
Add table
Reference in a new issue