We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 253d32f commit b9ffd54Copy full SHA for b9ffd54
.travis.yml
@@ -54,7 +54,7 @@ matrix:
54
overwrite: true
55
api_key: $GITHUB_TOKEN
56
name: "Comic_dl"
57
- file: "comic-dl/dist/comic_dl_linux"
+ file: "dist/comic_dl_linux"
58
skip_cleanup: true
59
draft: false
60
on:
@@ -90,7 +90,7 @@ matrix:
90
91
92
93
- file: "comic-dl/dist/comic_dl.exe"
+ file: "dist/comic_dl.exe"
94
95
96
@@ -122,7 +122,7 @@ matrix:
122
123
124
125
- file: "comic-dl/dist/comic_dl_osx"
+ file: "dist/comic_dl_osx"
126
127
128
0 commit comments