Skip to content
This repository was archived by the owner on Sep 1, 2025. It is now read-only.

Commit 566007c

Browse files
authored
Update file name
1 parent 26c3b68 commit 566007c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.travis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ php:
1010
matrix:
1111
fast_finish: true
1212

13-
branches:
14-
except:
15-
- /^untagged/
16-
1713
before_install:
1814
- phpenv config-rm xdebug.ini
1915
- composer self-update && composer install --no-interaction
@@ -26,12 +22,16 @@ deploy:
2622
api_key:
2723
secure: ${GITHUB_TOKEN}
2824
file_glob: true
29-
file: directory/*.zip
30-
file: directory/*.tar.gz
25+
file: new.*.zip
26+
file: new.*.tar.gz
3127
skip_cleanup: true
3228
on:
3329
tags: true
3430

3531
after_script:
3632
- cd ../
3733
- pwd
34+
35+
branches:
36+
except:
37+
- /^untagged/

0 commit comments

Comments
 (0)