mirror of
https://github.com/an-anime-team/sleepy-launcher.git
synced 2025-02-16 09:49:46 +03:00
Replace " with '
This commit is contained in:
parent
5de3aebc93
commit
53cc342bbb
1 changed files with 1 additions and 1 deletions
2
.github/workflows/buildnup.yml
vendored
2
.github/workflows/buildnup.yml
vendored
|
@ -38,7 +38,7 @@ jobs:
|
|||
build_and_upload_exp:
|
||||
runs-on: ubuntu-latest
|
||||
needs: build_and_upload
|
||||
if: ${{ always() && needs.build_and_upload.result == "failure" }}
|
||||
if: ${{ always() && needs.build_and_upload.result == 'failure' }}
|
||||
|
||||
container:
|
||||
image: ubuntu:rolling
|
||||
|
|
Loading…
Add table
Reference in a new issue