Skip to content

Commit

Permalink
Fixed release windows extension
Browse files Browse the repository at this point in the history
  • Loading branch information
Petr Gadorek committed Jan 20, 2025
1 parent 2f4a410 commit c8ebbf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_tauri.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
binname: "eim-linux-x86_64"
- platform: "windows-latest"
args: ""
binname: "eim-windows-x86_64"
binname: "eim-windows-x86_64.exe"

runs-on: ${{ matrix.platform }}
steps:
Expand Down Expand Up @@ -233,7 +233,7 @@ jobs:
uses: actions/upload-artifact@v4
if: matrix.platform == 'windows-latest'
with:
name: ${{ matrix.binname }}-${{ github.run_number }}
name: ${{ matrix.binname }}-${{ github.run_number }}.exe
path: |
src-tauri/target/release/eim.exe
if-no-files-found: error
Expand Down

0 comments on commit c8ebbf3

Please sign in to comment.