Skip to content

Commit

Permalink
fixed file name
Browse files Browse the repository at this point in the history
  • Loading branch information
Kesuaheli committed May 5, 2024
1 parent f278775 commit e3cfe91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit e3cfe91

Please sign in to comment.