File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed
Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -393,8 +393,7 @@ jobs:
393393 - name : Create ZIP file
394394 run : |
395395 cd CaptureStream2/build
396- ls -r
397- zip -r "CaptureStream2-ubuntu-${{ github.event.inputs.yyyymmdd }}.zip" ./LinCaptureStream2
396+ zip -r "CaptureStream2-ubuntu-${{ github.event.inputs.yyyymmdd }}.zip" LinCaptureStream2
398397
399398 - name : Upload zip to GitHub Release
400399 uses : softprops/action-gh-release@v2
@@ -403,14 +402,6 @@ jobs:
403402 tag_name : ${{ needs.mac_build.outputs.tag }}
404403 env :
405404 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
406- - name : Upload Ubuntu binary to existing release
407- env :
408- GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
409- run : |
410- cd CaptureStream2/build
411- gh release upload "${{ needs.mac_build.outputs.tag }}" \
412- "CaptureStream2-ubuntu-${{ github.event.inputs.yyyymmdd }}.zip" \
413- --clobber
414405
415406 mac_qt5_build :
416407 runs-on : macos-14
You can’t perform that action at this time.
0 commit comments