Skip to content

Commit

Permalink
updated tar command again
Browse files Browse the repository at this point in the history
  • Loading branch information
mamullen13316 committed May 13, 2024
1 parent a0c3934 commit 91551bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/example_output.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Create tar file
run: tar -cvf ${{ runner.temp }}/artifact.tar -C sample_output results_html_web .
run: tar -cvf ${{ runner.temp }}/artifact.tar -C sample_output/results_html_web .
- name: Display Tar Archive
run: tar -tvf ${{ runner.temp }}/artifact.tar
- name: Upload artifact
Expand Down

0 comments on commit 91551bf

Please sign in to comment.