File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 5959 # Zips the binaries and required files
6060 - name : Zip App
6161 run : |
62- tar -zcvf zero2undub_v${{ steps.gitversion.outputs.majorMinorPatch }}.zip release
62+ cd release
63+ tar -cvf zero2undub_v${{ steps.gitversion.outputs.majorMinorPatch }}.zip *
64+ cd ..
6365
6466 # Creates a new TAG version
6567 - name : Create release
8284 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
8385 with :
8486 upload_url : ${{ steps.create_release.outputs.upload_url }}
85- asset_path : ./zero2undub_v${{ steps.gitversion.outputs.majorMinorPatch }}.zip
87+ asset_path : ./release/ zero2undub_v${{ steps.gitversion.outputs.majorMinorPatch }}.zip
8688 asset_name : zero2undub_v${{ steps.gitversion.outputs.majorMinorPatch }}.zip
8789 asset_content_type : application/zip
You can’t perform that action at this time.
0 commit comments