Ferrell Synthetic Intelligence commited on
Commit
b04ee1b
·
1 Parent(s): 3af09bb

Upload desktop build artifacts from CI

Browse files
Files changed (1) hide show
  1. .github/workflows/desktop.yml +6 -0
.github/workflows/desktop.yml CHANGED
@@ -31,3 +31,9 @@ jobs:
31
  - if: runner.os == 'Linux'
32
  run: sudo apt-get update && sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf
33
  - run: npm run desktop:build
 
 
 
 
 
 
 
31
  - if: runner.os == 'Linux'
32
  run: sudo apt-get update && sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf
33
  - run: npm run desktop:build
34
+ - uses: actions/upload-artifact@v4
35
+ if: success()
36
+ with:
37
+ name: aide-desktop-${{ matrix.os }}-${{ matrix.target }}
38
+ path: desktop/target/release/bundle/**
39
+ if-no-files-found: error