Skip to content

Commit

Permalink
upload artifacts from test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
UpcraftLP committed Feb 7, 2025
1 parent 33e1769 commit 0f30de5
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,13 @@ jobs:
name: native-quilt-installer-jar-${{ github.sha }}
path: ./native/jars
- run: rustup target add ${{ matrix.target }}-pc-windows-msvc
- name: Run Cargo
- name: Run Cargo Build
run: cargo build --target ${{ matrix.target }}-pc-windows-msvc
working-directory: ./native
- uses: actions/upload-artifact@v4
with:
name: Native Installer ${{ matrix.target }}
path: target/${{ matrix.target }}/release/quilt-installer.exe
- name: Run Cargo Check
run: cargo check --target ${{ matrix.target }}-pc-windows-msvc
working-directory: ./native

0 comments on commit 0f30de5

Please sign in to comment.