diff --git a/.github/workflows/pake_build_with_cache.yaml b/.github/workflows/pake_build_with_cache.yaml index 712a75e..37e697c 100644 --- a/.github/workflows/pake_build_with_cache.yaml +++ b/.github/workflows/pake_build_with_cache.yaml @@ -118,21 +118,21 @@ jobs: steps: - uses: actions/checkout@v3 - - name: install node - uses: actions/setup-node@v1 - with: - node-version: 18 + # - name: install node + # uses: actions/setup-node@v1 + # with: + # node-version: 18 - - name: Install Rust - uses: actions-rs/toolchain@v1 - with: - toolchain: stable - profile: minimal - override: true - target: aarch64-unknown-linux-gnu + # - name: Install Rust + # uses: actions-rs/toolchain@v1 + # with: + # toolchain: stable + # profile: minimal + # override: true + # target: aarch64-unknown-linux-gnu - - name: npm install - run: npm install + # - name: npm install + # run: npm install - uses: uraimo/run-on-arch-action@v2.3.0 name: build native modules using another arch @@ -155,4 +155,12 @@ jobs: uname -a chmod -R 777 /build npm install - npm run build:all-unix \ No newline at end of file + npm run build:all-unix + + - name: Upload files + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + UPLOADTOOL_ISPRERELEASE: true + run: | + curl -L https://github.com/probonopd/uploadtool/raw/master/upload.sh --output upload.sh + bash upload.sh output/*/*.* \ No newline at end of file diff --git a/script/sd-linux-aarch64 b/script/sd-linux-aarch64 old mode 100755 new mode 100644 index f005db6..7715608 Binary files a/script/sd-linux-aarch64 and b/script/sd-linux-aarch64 differ