File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed
Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change 11name : Release
2+
23on :
4+ push :
5+ tags :
6+ - " amidala-v*.*.*"
37 workflow_dispatch :
48 inputs :
59 tag_name :
610 description : ' Tag Name for Release: v0.3.0'
711 required : true
8- release_body :
9- description : ' Release Body'
10- required : true
1112
1213jobs :
1314 build-android :
@@ -113,14 +114,15 @@ jobs:
113114 with :
114115 name : jsar-runtime-windows
115116 path : out/windows
117+ - name : Create package
118+ run : |
119+ cp -r src/proto out/
120+ tar -czvf jsar-runtime-release.tar.gz out
116121 - name : Create Release
117122 uses : softprops/action-gh-release@v1
118123 with :
119124 files : |
120125 src/proto/*.proto
121- out/android/*
122- out/windows/*
126+ jsar-runtime-release.tar.gz
123127 repo_token : ${{ secrets.GITHUB_TOKEN }}
124128 tag_name : ${{ github.event.inputs.tag_name }}
125- title : Release ${{ github.event.inputs.tag_name }}
126- body : ${{ github.event.inputs.release_body }}
You can’t perform that action at this time.
0 commit comments