Skip to content

Commit

Permalink
Fix Windows CI artifact zipping failing due to bad path
Browse files Browse the repository at this point in the history
  • Loading branch information
yutotakano committed Aug 10, 2024
1 parent 07669e8 commit 808f24e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
mkdir -p exe
cp $(cabal list-bin Game) exe/
cp -r assets exe/
cp sdl/bin/SDL2.dll exe/
cp sdl2_win_mingw/bin/SDL2.dll exe/
7z a exe.zip exe
- name: Upload artifacts
Expand Down

0 comments on commit 808f24e

Please sign in to comment.