Skip to content

Commit

Permalink
Update AppVeyor artifact paths
Browse files Browse the repository at this point in the history
Former-commit-id: 6a91e63
  • Loading branch information
tkashkin committed Sep 19, 2018
1 parent 08a12a6 commit 1a809d2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ clone_depth: 1

build_script:
- sh: dpkg-buildpackage -b -us -uc
- sh: mv ../com.github.tkashkin.gamehub*.{deb,ddeb} build/
- sh: bash appimage/build.sh build && bash appimage/build.sh appimage

install:
Expand All @@ -25,9 +26,9 @@ install:
test: off

artifacts:
- path: ../*.deb
- path: build/*.deb
name: deb
- path: ../*.ddeb
- path: build/*.ddeb
name: deb-dbgsym
- path: build/appimage/GameHub*.AppImage*
name: AppImage
Expand Down

0 comments on commit 1a809d2

Please sign in to comment.