fix artifact name

This commit is contained in:
eyedeekay
2025-05-09 17:26:28 -04:00
parent e1985661aa
commit 432d9fb280
2 changed files with 2 additions and 2 deletions

View File

@@ -91,7 +91,7 @@ jobs:
shell: bash
run: |
cd forgejo-source
ARTIFACT_NAME="gitea-${{ runner.os }}"
ARTIFACT_NAME="forgejo-${{ runner.os }}"
if [ "${{ runner.os }}" = "Windows" ]; then
mv gitea.exe "${ARTIFACT_NAME}.exe"
else

View File

@@ -57,7 +57,7 @@ jobs:
shell: bash
run: |
cd forgejo-source
ARTIFACT_NAME="gitea-${{ runner.os }}"
ARTIFACT_NAME="forgejo-${{ runner.os }}"
if [ "${{ runner.os }}" = "Windows" ]; then
mv gitea.exe "${ARTIFACT_NAME}.exe"
else