Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 9cbee0e

Browse files
committed
Trim trailing whitespace in build workflow
1 parent 63e9dfd commit 9cbee0e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

‎.github/workflows/build.yml‎

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ on:
4040
- Push Container Images
4141
branches:
4242
- main
43-
types:
43+
types:
4444
- completed
4545

4646
env:
@@ -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

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /