From 32f9bce76b5382c0566b4437ca5292edbb5813e0 Mon Sep 17 00:00:00 2001 From: Tlntin Date: Sat, 4 Feb 2023 19:18:40 +0800 Subject: [PATCH] test github actions --- .github/workflows/pake_build_with_cache.yaml | 15 +++------------ app.csv | 10 ---------- script/sd-linux-aarch64 | Bin 3 files changed, 3 insertions(+), 22 deletions(-) mode change 100644 => 100755 script/sd-linux-aarch64 diff --git a/.github/workflows/pake_build_with_cache.yaml b/.github/workflows/pake_build_with_cache.yaml index 42eafd7..cf49f68 100644 --- a/.github/workflows/pake_build_with_cache.yaml +++ b/.github/workflows/pake_build_with_cache.yaml @@ -99,20 +99,9 @@ jobs: src-tauri/target/ key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }} - - name: Build archive - shell: bash - run: | - cd src-tauri - tar -czf "${{ matrix.archive-name }}" target - - - name: Upload archive - uses: actions/upload-artifact@v1 - with: - name: ${{ matrix.archive-name }} - path: src-tauri/${{ matrix.archive-name }} # test build aarch64 - build-aarch64-linux: + build(aarch64-linux): runs-on: ubuntu-20.04 # needs: build-dist-bundle steps: @@ -139,6 +128,8 @@ jobs: uname -a chmod -R 777 /build npm install + source "$HOME/.cargo/env" + export RUST_BACKTRACE=1 npm run build:all-unix - name: Upload files diff --git a/app.csv b/app.csv index adc25c3..6527636 100644 --- a/app.csv +++ b/app.csv @@ -1,12 +1,2 @@ name(Linux),name(Mac/Windows),name_zh,url -twitter,Twitter,推特,https://twitter.com/ -youtube,YouTube,YouTube,https://youtube.com -reference,Reference,Reference,https://wangchujiang.com/reference/index.html -code,Code,Code,https://riju.codes/ -yuque,YuQue,语雀,https://www.yuque.com/ -chatgpt,ChatGPT,ChatGPT,https://chat.openai.com/chat -flomo,Flomo,浮墨,https://v.flomoapp.com/mine -qwerty,Qwerty,Qwerty,https://qwerty.kaiyi.cool/ -zlibrary,ZLibrary,ZLibrary,https://x.zeuslib.com -lizhi,LiZhi,李志,https://lizhi.turkyden.com/?from=pake weread,WeRead,微信阅读,https://weread.qq.com/ diff --git a/script/sd-linux-aarch64 b/script/sd-linux-aarch64 old mode 100644 new mode 100755