From e3cfe9180f8f75aef3c1830aca11d970c3ac508d Mon Sep 17 00:00:00 2001 From: Kesuaheli Date: Sun, 5 May 2024 17:19:12 +0200 Subject: [PATCH] fixed file name --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6fecd20..79a1306 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ jobs: - os: windows file_extension: .exe - os: linux - file_extension: .zip + file_extension: '' steps: - uses: actions/checkout@v4 - name: Godot Build @@ -30,7 +30,7 @@ jobs: - name: Save Artifact uses: actions/upload-artifact@v4 with: - name: Quiz4Everyone_${{ matrix.platform.os }} + name: ${{ matrix.platform.os }} path: ${{ github.workspace }}/${{ steps.build.outputs.build }} upload: needs: build