mirror of
https://github.com/MikaylaFischler/cc-mek-scada.git
synced 2024-08-30 18:22:34 +00:00
fixed a typo in manifest.yml
This commit is contained in:
parent
494dc437a5
commit
86ad2a1069
2
.github/workflows/manifest.yml
vendored
2
.github/workflows/manifest.yml
vendored
@ -47,7 +47,7 @@ jobs:
|
||||
run: python imgen.py gh_actions
|
||||
- name: Generate manifest
|
||||
if: github.event.pull_request.base.ref != 'master'
|
||||
run: python imgen.p
|
||||
run: python imgen.py
|
||||
- name: Move manifest
|
||||
run: mv install_manifest.json deploy/manifests/${{ steps.extract_branch.outputs.branch }}
|
||||
- name: Upload artifacts
|
||||
|
Loading…
Reference in New Issue
Block a user