update release pipeline

This commit is contained in:
koalasat 2024-09-17 18:28:49 +02:00
parent 7804009d2d
commit 305f51512c
No known key found for this signature in database
GPG Key ID: 2F7F61C6146AB157
2 changed files with 0 additions and 6 deletions

View File

@ -21,9 +21,6 @@ jobs:
steps:
- 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'
if: inputs.semver == '' # Only if workflow fired from frontend-build.yml
uses: dawidd6/action-download-artifact@v6

View File

@ -21,9 +21,6 @@ jobs:
steps:
- 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'
if: inputs.semver == '' # Only if workflow fired from frontend-build.yml
uses: dawidd6/action-download-artifact@v6