Skip to content

Commit

Permalink
Fix upload step
Browse files Browse the repository at this point in the history
  • Loading branch information
playmer committed Aug 26, 2024
1 parent 8e1e39d commit 6631c5f
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 @@ -116,7 +116,7 @@ jobs:
make -f ./msys2/Makefile.Windows.MSYS2.${{matrix.arch}}.insani -j $NCPUS VERBOSE=true
make -f ./msys2/Makefile.Windows.MSYS2.${{matrix.arch}}.insani -j $NCPUS VERBOSE=true tools
make -f ./msys2/Makefile.Windows.MSYS2.${{matrix.arch}}.insani check
zip onscripter-en.Windows.${{matrix.arch}}.zip \
zip onscripter-en.Windows.${{matrix.sys}}.${{matrix.arch}}.zip \
onscripter-en.exe \
README.md \
COPYING \
Expand All @@ -138,7 +138,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: Windows ${{matrix.arch}} Build
path: ${{ github.workspace }}/onscripter-en.Windows.${{matrix.env}}.${{matrix.arch}}.zip
path: ${{ github.workspace }}/onscripter-en.Windows.${{matrix.sys}}.${{matrix.arch}}.zip

windows-cmake:
strategy:
Expand Down

0 comments on commit 6631c5f

Please sign in to comment.