Skip to content

Commit

Permalink
Add auto naming of mapping file
Browse files Browse the repository at this point in the history
  • Loading branch information
zjn0505 committed Jan 7, 2019
1 parent 8f16e46 commit a34fc86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ deploy:
tags: true
all_branches: true
after_deploy:
- mv xkcd/build/outputs/mapping/release/mapping.txt "xkcd/build/outputs/mapping/release/upload/mapping_${TRAVIS_TAG:5}.txt"
- dropbox-deployment
2 changes: 1 addition & 1 deletion dropbox-deployment.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
deploy:
dropbox_path: /Xkcd-Builds # The path to the folder on Dropbox where the files will go
artifacts_path: xkcd/build/outputs/mapping/release/mapping.txt # can be a single file, or a path
artifacts_path: xkcd/build/outputs/mapping/release/upload # can be a single file, or a path
debug: true # if you want to see more logs

0 comments on commit a34fc86

Please sign in to comment.