Skip to content

Commit 8173364

Browse files
committed
fix yml
1 parent d72ebc4 commit 8173364

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

.github/workflows/build.yml

+23-23
Original file line numberDiff line numberDiff line change
@@ -115,26 +115,26 @@ jobs:
115115

116116
package:
117117
needs: build
118-
name: package
119-
runs-on: ubuntu-latest
120-
steps:
121-
- name: Checkout
122-
uses: actions/checkout@v4
123-
with:
124-
persist-credentials: false
125-
126-
- name: Use Node.js
127-
uses: actions/setup-node@v4
128-
with:
129-
node-version: '20.x'
130-
131-
- name: Print env
132-
run: |
133-
echo github.event.action: ${{ github.event.action }}
134-
echo github.event_name: ${{ github.event_name }}
135-
136-
- name: Build
137-
shell: download-and-package
138-
run: |
139-
npm ci
140-
node build/download-run-artifacts.js "--repo=${{ github.repository }}" "--run_id=${{ github.run_id }}""
118+
name: package
119+
runs-on: ubuntu-latest
120+
steps:
121+
- name: Checkout
122+
uses: actions/checkout@v4
123+
with:
124+
persist-credentials: false
125+
126+
- name: Use Node.js
127+
uses: actions/setup-node@v4
128+
with:
129+
node-version: '20.x'
130+
131+
- name: Print env
132+
run: |
133+
echo github.event.action: ${{ github.event.action }}
134+
echo github.event_name: ${{ github.event_name }}
135+
136+
- name: Build
137+
shell: download-and-package
138+
run: |
139+
npm ci
140+
node build/download-run-artifacts.js "--repo=${{ github.repository }}" "--run_id=${{ github.run_id }}""

0 commit comments

Comments
 (0)