File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 9090 client-build :
9191 needs : [draft]
9292 runs-on : ${{ matrix.runs_on }}
93- continue-on-error : ${{ matrix.continue-on-error || false }}
93+ continue-on-error : ${{ matrix.continue_on_error || false }}
9494 strategy :
9595 fail-fast : false
9696 matrix :
@@ -101,7 +101,7 @@ jobs:
101101 arch : amd64
102102 - runs_on : ubuntu-24.04-arm
103103 arch : arm32
104- continue-on-error : true
104+ continue_on_error : true
105105 env :
106106 ARCH : ${{ matrix.arch }}
107107 steps :
@@ -115,7 +115,6 @@ jobs:
115115
116116 # Compile the client
117117 - name : Run client for ${{matrix.arch}}
118- continue-on-error : ${{ matrix.continue_on_error || false }}
119118 run : ./release.bash "${{ env.REGISTRY }}:${{ env.TAG }}" client-tgz
120119
121120 # Upload files to draft release
Original file line number Diff line number Diff line change 5959
6060 client-build :
6161 runs-on : ${{ matrix.runs_on }}
62- continue-on-error : ${{ matrix.continue-on-error || false }}
62+ continue-on-error : ${{ matrix.continue_on_error || false }}
6363 strategy :
6464 fail-fast : false
6565 matrix :
7070 arch : amd64
7171 - runs_on : ubuntu-24.04-arm
7272 arch : arm32
73- continue-on-error : true
73+ continue_on_error : true
7474 env :
7575 ARCH : ${{ matrix.arch }}
7676 steps :
9090
9191 # Compile the client
9292 - name : Run client for ${{matrix.arch}}
93- continue-on-error : ${{ matrix.continue-on-error || false }}
9493 run : ./release.bash "${{ env.REGISTRY }}:${{ env.TAG }}" client-tgz
9594
9695 # Push Artifacts to GitHub
You can’t perform that action at this time.
0 commit comments