mirror of
https://github.com/m1k1o/neko.git
synced 2025-07-24 03:59:08 +02:00
update workflows.
This commit is contained in:
parent
95360b7da6
commit
4150ac48f0
3 changed files with 5 additions and 4 deletions
3
.github/workflows/client_test.yml
vendored
3
.github/workflows/client_test.yml
vendored
|
@ -15,4 +15,5 @@ jobs:
|
|||
uses: ./.github/workflows/client_build.yml
|
||||
with:
|
||||
# Do not upload artifacts for test builds
|
||||
with-arifact: false
|
||||
with-artifact: false
|
||||
secrets: inherit
|
||||
|
|
2
.github/workflows/webpage_deploy.yml
vendored
2
.github/workflows/webpage_deploy.yml
vendored
|
@ -12,7 +12,7 @@ on:
|
|||
jobs:
|
||||
webpage-build:
|
||||
name: Build Webpage Artifacts
|
||||
uses: .github/workflows/webpage_build.yml
|
||||
uses: ./.github/workflows/webpage_build.yml
|
||||
secrets: inherit
|
||||
|
||||
webpage-deploy:
|
||||
|
|
4
.github/workflows/webpage_test.yml
vendored
4
.github/workflows/webpage_test.yml
vendored
|
@ -12,8 +12,8 @@ on:
|
|||
jobs:
|
||||
webpage-test:
|
||||
name: Test Webpage Build
|
||||
uses: .github/workflows/webpage_build.yml
|
||||
uses: ./.github/workflows/webpage_build.yml
|
||||
with:
|
||||
# Do not upload artifacts for test builds
|
||||
with-artifact: false
|
||||
secrets: inherit
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue