fix(ci): removed default branch name from artifact name
All checks were successful
build / build (push) Successful in 1m17s

This commit is contained in:
lily 2025-04-23 20:18:19 -04:00
parent 2aa6cbcb12
commit ce267a4c66
Signed by: lily
GPG key ID: 601F3263FBCBC4B9

View file

@ -29,5 +29,5 @@ jobs:
- name: ⬆️ Upload artifacts - name: ⬆️ Upload artifacts
uses: https://code.forgejo.org/forgejo/upload-artifact@v4 uses: https://code.forgejo.org/forgejo/upload-artifact@v4
with: 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/ path: build/libs/