Skip to content

Commit

Permalink
ci: fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
Master-Hash committed Jan 21, 2025
1 parent 1b756eb commit 26e550e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ jobs:
- name: Build
run: cargo build --locked --release --target=${{ matrix.job.target }} --no-default-features -F ${{ matrix.job.feature }}

- name: Show version information (Rust, cargo)
run: |
tree target/${{ matrix.job.target }}/
- name: "Artifact upload"
uses: actions/upload-artifact@master
with:
Expand Down

0 comments on commit 26e550e

Please sign in to comment.