Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
[ghstack-poisoned]
  • Loading branch information
poteto committed Jun 24, 2024
1 parent 9b90600 commit d64589b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/runtime_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
id: define_release_channels
with:
script: |
return ['stable', 'experimental'];
return ["stable", "experimental"];
build:
name: yarn build
Expand Down Expand Up @@ -54,9 +54,9 @@ jobs:
- name: Archive build
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.bundle_type }}-${{ matrix.release_channel }}
name: ${{ matrix.bundle_type }}_${{ matrix.release_channel }}
path: |
build/**
build
lint_build:
name: yarn lint-build
Expand All @@ -82,6 +82,6 @@ jobs:
- name: Restore archived build
uses: actions/download-artifact@v4
with:
name: ${{ matrix.bundle_type }}-${{ matrix.release_channel }}
name: ${{ matrix.bundle_type }}_${{ matrix.release_channel }}
- run: yarn install --frozen-lockfile
- run: yarn lint-build

0 comments on commit d64589b

Please sign in to comment.