Skip to content

Commit

Permalink
Travis: change release archive from tar to zip
Browse files Browse the repository at this point in the history
  • Loading branch information
vipoo committed Feb 17, 2021
1 parent bcdc0c2 commit d2ce46c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ dist: bionic
language: c
before_install:
- sudo apt-get update
- sudo apt-get -y install gcc-multilib build-essential gpp
- sudo apt-get -y install gcc-multilib build-essential gpp zip
git:
submodules: false
depth: 3
Expand All @@ -27,7 +27,7 @@ deploy:
provider: releases
api_key:
secure: oQNgG/DfdgzTRbiuJdRFpd4X7RKfOaEr2qr7wvRcbrIQTae0d77rGzEIqOv9ZkL8AdpE9RsVu+qrFWqb55Ax+uplcQ4L8fdh2ZnJue9i+p0n7raUvjL1aGWptHk1XPA6Kx8dYyNSZEqoJDj2jDImjthxnkUgLtss8UVDa+6yYNWP8RYJQGvR9m3UP13exG0QfuOANMgpICCjFpqmj8gKHX9gEcCLQKZP+ibSMRVJCqJZrs2Qe3n/yQkGXGF7IkQrrOlxK0wp0mYmBYcGA0yJ94tXNWlJlNEhbPyOcdG0m3tYYHl7BVI8n0j9KUPiZf8MxqINhLTxN+KmHVpdNiB5OH2LoM836p6+79bwLCTkAcYHrS8UpCNnnloX5ULs4hHV3eqYEp1tnSuGpzaz6spN5EO52HfidO4bs3yHCs1k4bQlfe++OU51Czny4iA9XKIN1Kf5zyiGXAFN0YfapWwTzHIAZrMFO5KUtx1k4WlzOuh4dQuBwHlg/b51xf1bz7QQ8pMaQeKHJqLKXl6ftpp4RJH3lbGQX62aKmrCflfrBgwjbUTH0n/9h0J5MFHkTIwGvMg6ifs2txo4STMx0TyMBiqTT03oKpw1DSn8q5tXEVracW8QvT3vL8RPYj/BmlSlkTN/xjwxq0e6zn8OsIQGB2WX8FyQUceJ0iBzssRFudc=
file: chip-8-${TRAVIS_TAG}.tar.gz
file: chip-8-${TRAVIS_TAG}.zip
on:
tags: true
skip_cleanup: 'true'
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ package: chip8 chip8asm
cp ./test-samples/super.* ./package/
cp ./test-samples/invaders.* ./package/
cp ./test-samples/garlic.* ./package/
tar -czvf chip-8-$${VERSION}.tar.gz package
zip -Dj chip-8-$${VERSION}.zip package/*

0 comments on commit d2ce46c

Please sign in to comment.