From 81733641585f363fcb0f2e95d6d89b65fa3bf344 Mon Sep 17 00:00:00 2001 From: Gregg Tavares Date: Sun, 5 Jan 2025 01:45:13 -0800 Subject: [PATCH] fix yml --- .github/workflows/build.yml | 46 ++++++++++++++++++------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9422350..0888ce1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -115,26 +115,26 @@ jobs: package: needs: build - name: package - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v4 - with: - persist-credentials: false - - - name: Use Node.js - uses: actions/setup-node@v4 - with: - node-version: '20.x' - - - name: Print env - run: | - echo github.event.action: ${{ github.event.action }} - echo github.event_name: ${{ github.event_name }} - - - name: Build - shell: download-and-package - run: | - npm ci - node build/download-run-artifacts.js "--repo=${{ github.repository }}" "--run_id=${{ github.run_id }}"" + name: package + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v4 + with: + persist-credentials: false + + - name: Use Node.js + uses: actions/setup-node@v4 + with: + node-version: '20.x' + + - name: Print env + run: | + echo github.event.action: ${{ github.event.action }} + echo github.event_name: ${{ github.event_name }} + + - name: Build + shell: download-and-package + run: | + npm ci + node build/download-run-artifacts.js "--repo=${{ github.repository }}" "--run_id=${{ github.run_id }}""