Test run number addition to build
All checks were successful
Build BAB Application Deployment Artifact / build (push) Successful in 2m21s
All checks were successful
Build BAB Application Deployment Artifact / build (push) Successful in 2m21s
This commit is contained in:
@@ -32,5 +32,5 @@ jobs:
|
|||||||
- name: Upload Tarball
|
- name: Upload Tarball
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: build-artifact-${{ steps.get_version.outputs.VERSION }}
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user