fix(ci): removed default branch name from artifact name
All checks were successful
build / build (push) Successful in 1m17s
All checks were successful
build / build (push) Successful in 1m17s
This commit is contained in:
parent
2aa6cbcb12
commit
ce267a4c66
1 changed files with 1 additions and 1 deletions
|
@ -29,5 +29,5 @@ jobs:
|
|||
- name: ⬆️ Upload artifacts
|
||||
uses: https://code.forgejo.org/forgejo/upload-artifact@v4
|
||||
with:
|
||||
name: '${{ github.event.repository.name }}-${{ github.event.repository.default_branch }}-${{ github.ref_name }}.zip'
|
||||
name: '${{ github.event.repository.name }}-${{ github.ref_name }}.zip'
|
||||
path: build/libs/
|
Loading…
Add table
Add a link
Reference in a new issue