test github actions
This commit is contained in:
15
.github/workflows/pake_build_with_cache.yaml
vendored
15
.github/workflows/pake_build_with_cache.yaml
vendored
@@ -99,20 +99,9 @@ jobs:
|
|||||||
src-tauri/target/
|
src-tauri/target/
|
||||||
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
|
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
|
# test build aarch64
|
||||||
build-aarch64-linux:
|
build(aarch64-linux):
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
# needs: build-dist-bundle
|
# needs: build-dist-bundle
|
||||||
steps:
|
steps:
|
||||||
@@ -139,6 +128,8 @@ jobs:
|
|||||||
uname -a
|
uname -a
|
||||||
chmod -R 777 /build
|
chmod -R 777 /build
|
||||||
npm install
|
npm install
|
||||||
|
source "$HOME/.cargo/env"
|
||||||
|
export RUST_BACKTRACE=1
|
||||||
npm run build:all-unix
|
npm run build:all-unix
|
||||||
|
|
||||||
- name: Upload files
|
- name: Upload files
|
||||||
|
|||||||
10
app.csv
10
app.csv
@@ -1,12 +1,2 @@
|
|||||||
name(Linux),name(Mac/Windows),name_zh,url
|
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/
|
weread,WeRead,微信阅读,https://weread.qq.com/
|
||||||
|
|||||||
|
0
script/sd-linux-aarch64
vendored
Normal file → Executable file
0
script/sd-linux-aarch64
vendored
Normal file → Executable file
Reference in New Issue
Block a user