Skip to content

Commit

Permalink
Fix macOS artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
FeodorFitsner committed Jun 22, 2022
1 parent e15200b commit 3b5ef37
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@ image:
- Ubuntu

skip_branch_with_pr: true

stack: python 3.10

environment:
GITHUB_TOKEN:
secure: Ti46nPnZgFh0nRteU6ma0EhJnCTW7PaMn9hnnewZl4gBFPyRQnXNCwGog02+MRLX

install:
- pip install -r requirements.txt

Expand All @@ -15,6 +18,12 @@ build_script:

test: off

deploy:
provider: GitHub
auth_token: $(GITHUB_TOKEN)
on:
APPVEYOR_REPO_TAG: true

for:
-
matrix:
Expand All @@ -33,7 +42,7 @@ for:
- image: macOS

after_build:
- tar -czvf counter-linux.tar.gz -C dist counter.app
- tar -czvf counter-macos.tar.gz -C dist counter.app

artifacts:
- path: counter-macos.tar.gz
Expand All @@ -47,4 +56,5 @@ for:
- tar -czvf counter-linux.tar.gz -C dist counter

artifacts:
- path: counter-linux.tar.gz
- path: counter-linux.tar.gz

0 comments on commit 3b5ef37

Please sign in to comment.