Skip to content

Commit

Permalink
#25: Generate arm64 releases and upload part 4
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog committed Aug 17, 2021
1 parent b2d8a29 commit 315ba1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
BUILD_PLATFORM: ${{ matrix.platform }}
BUILD_ARCH: ${{ matrix.arch }}
# We need to install node and yarn "again" because they dont exist inside our build container
setup: |
install: |
apt -y update
curl -sL https://deb.nodesource.com/setup_14.x | bash -
apt -y install nodejs
Expand Down

0 comments on commit 315ba1c

Please sign in to comment.