From 6a8e689561d338a21d378edacfd042258ac14132 Mon Sep 17 00:00:00 2001 From: Devon Govett Date: Sat, 24 Jun 2023 22:08:17 -0700 Subject: [PATCH] wip --- .github/workflows/release.yml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5b622e1..e164d50 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,22 +30,22 @@ jobs: - os: ubuntu-latest arch: arm64 image: ghcr.io/prebuild/linux-armv7:2.1.1 - runs-on: ${{matrix.os}} - container: - image: ${{matrix.image}} - steps: - - uses: actions/checkout@v3 - - uses: actions/setup-node@v3 - with: - cache: yarn - node-version: 18 - - run: yarn --frozen-lockfile - - run: yarn prebuild --arch ${{ matrix.arch }} - - name: Upload artifacts - uses: actions/upload-artifact@v3 - with: - name: prebuilds - path: prebuilds + runs-on: ${{matrix.os}} + container: + image: ${{matrix.image}} + steps: + - uses: actions/checkout@v3 + - uses: actions/setup-node@v3 + with: + cache: yarn + node-version: 18 + - run: yarn --frozen-lockfile + - run: yarn prebuild --arch ${{ matrix.arch }} + - name: Upload artifacts + uses: actions/upload-artifact@v3 + with: + name: prebuilds + path: prebuilds release: runs-on: ubuntu-latest