Skip to content

Commit

Permalink
ci: set default toolchain; change bundle paths
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-berger committed Jan 31, 2024
1 parent 565f0b6 commit 4a5b7fb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:

- run: |
rustup toolchain install stable --profile minimal --target ${{ matrix.settings.target }}
rustup default stable
- uses: swatinem/rust-cache@988c164c3d0e93c4dbab36aaf5bbeb77425b2894
with:
Expand All @@ -63,4 +64,8 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: bundle-${{ matrix.settings.target }}
path: ${{ github.workspace }}/packages/desktop/target/release/bundle
path: |
packages/desktop/target/release/bundle/**/*.AppImage
packages/desktop/target/release/bundle/**/*.dmg
packages/desktop/target/release/bundle/**/*.deb
packages/desktop/target/release/bundle/**/*.msi

0 comments on commit 4a5b7fb

Please sign in to comment.