Skip to content

Commit 3b5ef37

Browse files
committed
Fix macOS artifact
1 parent e15200b commit 3b5ef37

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

appveyor.yml

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,12 @@ image:
44
- Ubuntu
55

66
skip_branch_with_pr: true
7-
87
stack: python 3.10
98

9+
environment:
10+
GITHUB_TOKEN:
11+
secure: Ti46nPnZgFh0nRteU6ma0EhJnCTW7PaMn9hnnewZl4gBFPyRQnXNCwGog02+MRLX
12+
1013
install:
1114
- pip install -r requirements.txt
1215

@@ -15,6 +18,12 @@ build_script:
1518

1619
test: off
1720

21+
deploy:
22+
provider: GitHub
23+
auth_token: $(GITHUB_TOKEN)
24+
on:
25+
APPVEYOR_REPO_TAG: true
26+
1827
for:
1928
-
2029
matrix:
@@ -33,7 +42,7 @@ for:
3342
- image: macOS
3443

3544
after_build:
36-
- tar -czvf counter-linux.tar.gz -C dist counter.app
45+
- tar -czvf counter-macos.tar.gz -C dist counter.app
3746

3847
artifacts:
3948
- path: counter-macos.tar.gz
@@ -47,4 +56,5 @@ for:
4756
- tar -czvf counter-linux.tar.gz -C dist counter
4857

4958
artifacts:
50-
- path: counter-linux.tar.gz
59+
- path: counter-linux.tar.gz
60+

0 commit comments

Comments
 (0)