Skip to content

Commit

Permalink
Changed to use bash
Browse files Browse the repository at this point in the history
  • Loading branch information
kitao committed Jan 16, 2022
1 parent 92da471 commit 585c4dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ jobs:
path: dist
- run: |
make dist
`find lib/build/pyxel-* -maxdepth 0`/pyxel.exe
lib/build/pyxel-*/pyxel.exe
shell: bash
- uses: actions/upload-artifact@v2
with:
name: pyxel-windows-zip
Expand Down

0 comments on commit 585c4dd

Please sign in to comment.