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 4759e75 commit 81bed04
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,13 @@ 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)
- name: debug?
if: runner.os == 'Windows' || runner.os == 'Linux'
run: |
tree target/${{ matrix.job.target }}/
tree target/
- name: "Artifact upload"
uses: actions/upload-artifact@master
with:
name: ${{ matrix.job.target }}-libEWT-${{ matrix.job.feature }}
path: target/${{ matrix.job.target }}/release/*.{dll,so,dylib}
path: target/release/*.{dll,so,dylib}

0 comments on commit 81bed04

Please sign in to comment.