fix some paths I think? The alias thing is confusing

This commit is contained in:
eyedeekay
2025-05-09 23:41:21 -04:00
parent 942e8c2d81
commit 7afb74dc29
2 changed files with 2 additions and 2 deletions

View File

@ -102,7 +102,7 @@ jobs:
- name: Upload Build Artifact
uses: actions/upload-artifact@v4
with:
name: gitea-${{ runner.os }}
name: forgejo-${{ runner.os }}
path: |
forgejo-source/forgejo-${{ runner.os }}*
retention-days: 1

View File

@ -68,7 +68,7 @@ jobs:
- name: Upload Build Artifact
uses: actions/upload-artifact@v4
with:
name: gitea-${{ runner.os }}
name: forgejo-${{ runner.os }}
path: |
forgejo-source/forgejo-${{ runner.os }}*
retention-days: 1