mirror of
https://github.com/an-anime-team/sleepy-launcher.git
synced 2024-11-21 20:27:35 +03:00
fix github action error
This commit is contained in:
parent
b8090ee21b
commit
5de3aebc93
1 changed files with 2 additions and 1 deletions
3
.github/workflows/buildnup.yml
vendored
3
.github/workflows/buildnup.yml
vendored
|
@ -37,7 +37,8 @@ jobs:
|
|||
|
||||
build_and_upload_exp:
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ jobs.build_and_upload.result == "failure" }}
|
||||
needs: build_and_upload
|
||||
if: ${{ always() && needs.build_and_upload.result == "failure" }}
|
||||
|
||||
container:
|
||||
image: ubuntu:rolling
|
||||
|
|
Loading…
Reference in a new issue