File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 40
40
- Push Container Images
41
41
branches :
42
42
- main
43
- types :
43
+ types :
44
44
- completed
45
45
46
46
env :
@@ -397,7 +397,7 @@ jobs:
397
397
yarn --cwd electron-app rebuild
398
398
yarn --cwd electron-app build
399
399
yarn --cwd electron-app package
400
-
400
+
401
401
# Both macOS jobs generate a "channel update info file" with same path and name. The second job to complete would
402
402
# overwrite the file generated by the first in the workflow artifact.
403
403
- name : Stage channel file for merge
@@ -425,14 +425,13 @@ jobs:
425
425
if-no-files-found : error
426
426
name : ${{ env.STAGED_CHANNEL_FILES_ARTIFACT }}
427
427
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
-
429
428
430
429
- name : Upload [GitHub Actions]
431
430
uses : actions/upload-artifact@v3
432
431
with :
433
432
name : ${{ env.JOB_TRANSFER_ARTIFACT }}
434
433
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
+
436
435
- name : Manual Clean up for self-hosted runners
437
436
if : runner.os == 'Windows' && matrix.config.working-directory
438
437
shell : cmd
You can’t perform that action at this time.
0 commit comments