Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shyunMin authored Sep 5, 2024
1 parent ac5f3af commit 434bf4a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,10 @@ jobs:
./build.sh clone
./build.sh restore
./build.sh build
- name: Archive Artifacts
run: |
tar xvfz site.tar.gz _site/
tar cfz site.tar.gz _site/
- uses: actions/upload-artifact@v2
with:
name: documents
Expand Down

0 comments on commit 434bf4a

Please sign in to comment.