Skip to content

Commit

Permalink
Merge pull request #23 from jiro4989/develop
Browse files Browse the repository at this point in the history
タグ番号をリリース物に含めるように変更
  • Loading branch information
jiro4989 authored Dec 10, 2019
2 parents 734ac42 + 5a3b4b1 commit 3d00a70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
mkdir -p dist/websh
cp -r websh_server/bin dist/websh
cp -r websh_front/public dist/websh
git describe --tags --abbrev=0 > dist/websh/tag.txt
pushd dist
tar czf websh.tar.gz websh
popd
Expand Down

0 comments on commit 3d00a70

Please sign in to comment.