diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml index 88222f3..1778a89 100644 --- a/.forgejo/workflows/build.yml +++ b/.forgejo/workflows/build.yml @@ -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/ \ No newline at end of file