Try v4 of the upload-artifact action
Some checks failed
Build BAB Application Deployment Artifact / build (push) Failing after 2m15s

This commit is contained in:
2023-12-20 14:23:42 -05:00
parent 295f1f7449
commit 489cc2646b

View File

@@ -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