Skip to content

Commit

Permalink
fix: add debug step
Browse files Browse the repository at this point in the history
  • Loading branch information
Calder-Ty committed Jul 25, 2023
1 parent 79c2ddc commit 92b438f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ jobs:
with:
path: artifacts

- name: Debugger
run: ls artifacts/*

- name: release new version
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit 92b438f

Please sign in to comment.