Don't bother tar/gz, as it's adding an extra, unnecessary step
All checks were successful
Build BAB Application Deployment Artifact / build (push) Successful in 2m20s
All checks were successful
Build BAB Application Deployment Artifact / build (push) Successful in 2m20s
This commit is contained in:
@@ -27,10 +27,11 @@ jobs:
|
||||
- name: Get Version Number
|
||||
id: get_version
|
||||
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: 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
|
||||
with:
|
||||
name: build-artifact-${{ steps.get_version.outputs.VERSION }}.${{ gitea.run_number }}
|
||||
path: build-${{ steps.get_version.outputs.VERSION }}.tar.gz
|
||||
# path: build-${{ steps.get_version.outputs.VERSION }}.tar.gz
|
||||
path: dist/pwa/
|
||||
|
||||
Reference in New Issue
Block a user