Skip to content

Commit

Permalink
debug(ci-rs.yml): Try to solve problem with upload artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
miniben-90 committed Aug 5, 2024
1 parent d096f3d commit b6ba388
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci-rs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,10 @@ jobs:
- name: Build
run: cargo build --release --target ${{ matrix.settings.target }}

# List contents of the target directory for debugging
- name: List target directory contents
run: ls -R ./target/${{ matrix.settings.target }}

# Upload artifact for the next steps (test and publish)
- name: Upload artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit b6ba388

Please sign in to comment.