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 9667b47 commit abeb0daCopy full SHA for abeb0da
.travis.yml
@@ -15,3 +15,19 @@ script:
15
- export CC='gcc -U_FORTIFY_SOURCE -include /usr/include/libcwrap.h'
16
- cmake . && make
17
- find . -type f
18
+
19
+before_deploy:
20
+ git fetch --tags
21
+deploy:
22
+ provider: releases
23
+ api_key:
24
+ secure: jJBKTduvxWOc+0ANQJ3o+j+Pb71S2k2BbqqhyYvWZM40H8jW4euy4/NaLWYf5oNnF5YslmUtvK53m98sBpvu63sHNQ3vK/aoZEGMozFne76Z+PkgL3SZCr8ia/Un+IwEQ0C50FPGBa/osy583r2ajca0rKLlTN0M8zCTACCKm3w=
25
+ skip_cleanup: true
26
+ file_glob: true
27
+ file:
28
+ - ./AppImageExtract
29
+ - ./AppRun
30
+ - ./AppImageAssistant
31
+ on:
32
+ tags: true
33
+ all_branches: true
0 commit comments