mirror of
https://github.com/RoboSats/robosats.git
synced 2025-01-05 22:10:10 +00:00
update release pipeline
This commit is contained in:
parent
7804009d2d
commit
305f51512c
@ -21,9 +21,6 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: 'Copy Static' # Needed since Github actions does not support symlinks
|
|
||||||
run: cp -r frontend/static nodeapp/static
|
|
||||||
|
|
||||||
- name: 'Download basic.selfhosted.js Artifact'
|
- name: 'Download basic.selfhosted.js Artifact'
|
||||||
if: inputs.semver == '' # Only if workflow fired from frontend-build.yml
|
if: inputs.semver == '' # Only if workflow fired from frontend-build.yml
|
||||||
uses: dawidd6/action-download-artifact@v6
|
uses: dawidd6/action-download-artifact@v6
|
||||||
|
3
.github/workflows/web-client-image.yml
vendored
3
.github/workflows/web-client-image.yml
vendored
@ -21,9 +21,6 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: 'Copy Static' # Needed since Github actions does not support symlinks
|
|
||||||
run: cp -r frontend/static web/static
|
|
||||||
|
|
||||||
- name: 'Download main.js Artifact'
|
- name: 'Download main.js Artifact'
|
||||||
if: inputs.semver == '' # Only if workflow fired from frontend-build.yml
|
if: inputs.semver == '' # Only if workflow fired from frontend-build.yml
|
||||||
uses: dawidd6/action-download-artifact@v6
|
uses: dawidd6/action-download-artifact@v6
|
||||||
|
Loading…
Reference in New Issue
Block a user