Skip to content

Commit

Permalink
appveyor artifact corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
DerKoun committed Aug 15, 2019
1 parent 92a49dd commit 9f9cb26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Expand Up @@ -13,8 +13,8 @@ build_script:
- sh: make -j 4 -C bsnes

after_build:
- cmd: cd bsnes/out && 7z a ../../bsnes_hd.zip bsnes.exe
- sh: cd bsnes/out && 7z a ../../bsnes_hd.zip bsnes
- cmd: cd bsnes/out && 7z a ../../bsnes_hd_build.zip bsnes.exe
- sh: cd bsnes/out && 7z a ../../bsnes_hd_build.zip bsnes

test: off

Expand Down

0 comments on commit 9f9cb26

Please sign in to comment.