Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zeppelinux authored Mar 27, 2020
1 parent 3f23150 commit 23d82bb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
- name: copy-cfg
run: cp example.cfg ./target/config.cfg
working-directory: ./ninjam/server
- name: copy-licence
run: cp cclicense.txt ./target/cclicense.txt
working-directory: ./ninjam/server
- name: tar-gz
run: tar -czvf ninjam.tar.gz -C target .
working-directory: ./ninjam/server/
Expand Down

0 comments on commit 23d82bb

Please sign in to comment.