mirror of
https://github.com/go-i2p/go-gitlooseleaf.git
synced 2025-07-01 01:02:54 -04:00
use wildcard to get artifact
This commit is contained in:
2
.github/workflows/forgejo-build.yml
vendored
2
.github/workflows/forgejo-build.yml
vendored
@ -104,7 +104,7 @@ jobs:
|
||||
with:
|
||||
name: gitea-${{ runner.os }}
|
||||
path: |
|
||||
forgejo-source/gitea-${{ runner.os }}*
|
||||
forgejo-source/forgejo-${{ runner.os }}*
|
||||
retention-days: 1
|
||||
|
||||
release:
|
||||
|
2
.github/workflows/forgejo-nightly.yml
vendored
2
.github/workflows/forgejo-nightly.yml
vendored
@ -70,7 +70,7 @@ jobs:
|
||||
with:
|
||||
name: gitea-${{ runner.os }}
|
||||
path: |
|
||||
forgejo-source/gitea-${{ runner.os }}*
|
||||
forgejo-source/forgejo-${{ runner.os }}*
|
||||
retention-days: 1
|
||||
|
||||
release:
|
||||
|
Reference in New Issue
Block a user