Skip to content

Commit

Permalink
fix suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
hanzhi713 committed Jul 25, 2022
1 parent f206ebf commit b5fb9b8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build_executable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
strategy:
matrix:
os: [ubuntu-18.04, ubuntu-20.04, windows-2019, macos-10.15, macos-11, macos-12]
include:
- os: windows-2019
suffix: .exe
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand All @@ -27,5 +30,5 @@ jobs:
with:
draft: true
files: | # ./photomosaic-maker-${{ env.VERSION }}-${{ matrix.version }}-x64-build.tar.gz
./dist/photomosaic-maker-${{ env.VERSION }}-${{ matrix.os }}-x64
./dist/photomosaic-maker-${{ env.VERSION }}-${{ matrix.os }}-x64${{ matrix.suffix }}
./dist/photomosaic-maker-${{ env.VERSION }}-${{ matrix.os }}-x64.tar.gz

0 comments on commit b5fb9b8

Please sign in to comment.