Skip to content

Commit 795002e

Browse files
authored
Update cs2-all-build.yml
1 parent 18f9391 commit 795002e

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/cs2-all-build.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)