File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 4040 - Push Container Images
4141 branches :
4242 - main
43- types :
43+ types :
4444 - completed
4545
4646env :
@@ -397,7 +397,7 @@ jobs:
397397 yarn --cwd electron-app rebuild
398398 yarn --cwd electron-app build
399399 yarn --cwd electron-app package
400-
400+
401401 # Both macOS jobs generate a "channel update info file" with same path and name. The second job to complete would
402402 # overwrite the file generated by the first in the workflow artifact.
403403 - name : Stage channel file for merge
@@ -425,14 +425,13 @@ jobs:
425425 if-no-files-found : error
426426 name : ${{ env.STAGED_CHANNEL_FILES_ARTIFACT }}
427427 path : ${{ runner.os == 'Windows' && matrix.config.working-directory && format('{0}/{1}', matrix.config.working-directory, env.STAGED_CHANNEL_FILES_PATH) || env.STAGED_CHANNEL_FILES_PATH }}
428-
429428
430429 - name : Upload [GitHub Actions]
431430 uses : actions/upload-artifact@v3
432431 with :
433432 name : ${{ env.JOB_TRANSFER_ARTIFACT }}
434433 path : ${{ runner.os == 'Windows' && matrix.config.working-directory && format('{0}/{1}', matrix.config.working-directory, env.BUILD_ARTIFACTS_PATH) || env.BUILD_ARTIFACTS_PATH }}
435-
434+
436435 - name : Manual Clean up for self-hosted runners
437436 if : runner.os == 'Windows' && matrix.config.working-directory
438437 shell : cmd
You can’t perform that action at this time.
0 commit comments