Skip to content

Commit

Permalink
Fix typo in action path and add debug list view
Browse files Browse the repository at this point in the history
  • Loading branch information
alecbcs committed Jan 6, 2024
1 parent 948ea07 commit 02ee660
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,11 @@ jobs:
--disable-progress-bar \
--disable-logger \
workspace archive
ls -hla
- name: Upload Workspace Archive as CI Artifact
if: always()
uses: actions/upload-artifact
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392
with:
name: workspace-archive
path: 'archive/**'
Expand Down

0 comments on commit 02ee660

Please sign in to comment.