Try v4 of the upload-artifact action
Some checks failed
Build BAB Application Deployment Artifact / build (push) Failing after 2m15s
Some checks failed
Build BAB Application Deployment Artifact / build (push) Failing after 2m15s
This commit is contained in:
@@ -29,8 +29,8 @@ jobs:
|
||||
run: echo "::set-output name=VERSION::$(node -p "require('./package.json').version")"
|
||||
# - name: Create Tarball of Build
|
||||
# run: tar -czvf build-${{ steps.get_version.outputs.VERSION }}.tar.gz dist/pwa
|
||||
- name: Upload Tarball
|
||||
uses: actions/upload-artifact@v3
|
||||
- name: Upload Artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: build-artifact-${{ steps.get_version.outputs.VERSION }}.${{ gitea.run_number }}
|
||||
# path: build-${{ steps.get_version.outputs.VERSION }}.tar.gz
|
||||
|
||||
Reference in New Issue
Block a user