Skip to content

Commit 101d26c

Browse files
author
Kostya Bats
committed
Ci 5
1 parent 40e1a8a commit 101d26c

File tree

1 file changed

+2
-22
lines changed

1 file changed

+2
-22
lines changed

.github/workflows/release.yml

+2-22
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
run: tar -czvf ./../webrtc_grabber_agent_linux_x64.tar.gz .
2727
- uses: actions/upload-artifact@v4
2828
with:
29-
name: webrtc_agent_grabber_linux_x64.tar.gz
30-
path: ./packages/grabber/webrtc_grabber_agent_linux_x64.tar.gz
29+
name: webrtc_grabber_agent_linux_x64.tar.gz
30+
path: ./packages/grabber/build
3131
retention-days: 7
3232

3333
build_windows:
@@ -52,23 +52,3 @@ jobs:
5252
name: webrtc_grabber_agent_win_x64
5353
path: ./packages/grabber/build/
5454
retention-days: 7
55-
# - name: Assemble with Gradle
56-
# env:
57-
# CHROME_BIN: C:\soft\GoogleChromePortable\GoogleChromePortable.exe
58-
# run: .\gradlew.bat assemble
59-
# - name: Warm up js browser
60-
# shell: cmd
61-
# env:
62-
# CHROME_BIN: C:\soft\GoogleChromePortable\GoogleChromePortable.exe
63-
# run: gradlew.bat jsBrowserTest || exit 0
64-
# - name: Test with Gradle
65-
# env:
66-
# CHROME_BIN: C:\soft\GoogleChromePortable\GoogleChromePortable.exe
67-
# run: .\gradlew.bat check
68-
# - name: Upload check reports
69-
# uses: actions/upload-artifact@v3
70-
# if: always()
71-
# with:
72-
# name: build-reports-win
73-
# path: build/reports/
74-
# retention-days: 1

0 commit comments

Comments
 (0)