test github actions

This commit is contained in:
Tlntin
2023-02-04 19:18:40 +08:00
parent 48f5958b4f
commit 32f9bce76b
3 changed files with 3 additions and 22 deletions

View File

@@ -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

10
app.csv
View File

@@ -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/
1 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
2 weread WeRead 微信阅读 https://weread.qq.com/

0
script/sd-linux-aarch64 vendored Normal file → Executable file
View File