Skip to content

Commit

Permalink
fix: debug some more
Browse files Browse the repository at this point in the history
  • Loading branch information
Calder-Ty committed Jul 25, 2023
1 parent f15243b commit 02449b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,15 @@ jobs:
- name: download artifacts
uses: actions/download-artifact@v3
with:
path: artifacts
path: /tmp/artifacts

- name: Debugger
run: ls artifacts/mexpr_parser/*
run: ls /tmp/artifacts

- name: release new version
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: artifacts/*
files: /tmp/artifacts/*
body_path: CHANGELOG.md

0 comments on commit 02449b8

Please sign in to comment.