Workflow: rename the artifact with a better name
All checks were successful
Build dev / build (push) Successful in 58s

This commit is contained in:
Wroclaw 2023-11-09 02:43:24 +01:00
parent d5d2f2e889
commit 95137acbed

View file

@ -19,14 +19,14 @@ jobs:
- name: Build project
if: success()
run: npx nuxi build
# Upload
- name: Package to zip
- name: Package to tar
if: success()
run: tar --create --file build-${{ github.run_number }}.tar .output
run: tar --create --file build.tar .output/*
- name: Upload build
if: success()
uses: https://code.forgejo.org/actions/upload-artifact@v3
with:
name: Build-${{ github.run_number }}
path: build-${{ github.run_number }}.tar
name: WorkshopTasker-${{ github.ref_name }}-${{ github.run_number }}.tar
path: build.tar