Skip to content

Commit

Permalink
include debug files in test workflow artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
UpcraftLP committed Feb 7, 2025
1 parent 07db10e commit 433da5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: Quilt Native Installer (${{ matrix.name }}) ${{ github.sha }}
path: native/target/${{ matrix.target }}/debug/quilt-installer${{ matrix.file_extension }}
path: native/target/${{ matrix.target }}/debug/quilt-installer*
- name: Run Cargo Check
run: cargo check --target ${{ matrix.target }}
working-directory: ./native

0 comments on commit 433da5d

Please sign in to comment.