use wildcard to get artifact

This commit is contained in:
eyedeekay
2025-05-09 19:50:13 -04:00
parent a79a3f0290
commit 35d0604a38
2 changed files with 2 additions and 0 deletions

View File

@ -92,6 +92,7 @@ jobs:
run: |
cd forgejo-source
ARTIFACT_NAME="forgejo-${{ runner.os }}"
ls -lah
if [ "${{ runner.os }}" = "Windows" ]; then
mv -v *.exe "${ARTIFACT_NAME}.exe"
else

View File

@ -58,6 +58,7 @@ jobs:
run: |
cd forgejo-source
ARTIFACT_NAME="forgejo-${{ runner.os }}"
ls -lah
if [ "${{ runner.os }}" = "Windows" ]; then
mv -v *.exe "${ARTIFACT_NAME}.exe"
else