Skip to content

Commit 3be8723

Browse files
committed
fix yaml
1 parent d729b39 commit 3be8723

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,11 @@ jobs:
103103

104104
- name: Run Build
105105
shell: pwsh
106-
run: pixi run build \
107-
--extra-meta flow_run_id="github_$GITHUB_RUN_ID" \
108-
--extra-meta remote_url="https://github.com/$GITHUB_REPOSITORY" \
109-
--extra-meta sha="$GITHUB_SHA"
106+
run: |
107+
pixi run build \
108+
--extra-meta flow_run_id="github_$GITHUB_RUN_ID" \
109+
--extra-meta remote_url="https://github.com/$GITHUB_REPOSITORY" \
110+
--extra-meta sha="$GITHUB_SHA"
110111
111112
- name: Upload Artifacts
112113
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0

0 commit comments

Comments
 (0)