Skip to content

Commit

Permalink
ci: debug artifact output
Browse files Browse the repository at this point in the history
  • Loading branch information
cilki committed Jul 26, 2024
1 parent 3684c1e commit 2521a13
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,12 @@ jobs:
working-directory: sandpolis
with:
command: build
args: --release --target ${{ matrix.target }} --all-features
args: --bin sandpolis --target ${{ matrix.target }} --all-features

- uses: actions/upload-artifact@v4
with:
name: build_artifacts
path: target/${{ matrix.target }}/debug/sandpolis

android:
name: android / ${{ matrix.target }}
Expand Down

0 comments on commit 2521a13

Please sign in to comment.