Skip to content
This repository has been archived by the owner on Jul 3, 2020. It is now read-only.

Commit

Permalink
Update website.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
OpportunityLiu authored Nov 19, 2019
1 parent 0695592 commit 6d9cac2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,10 @@ jobs:
run: |
dotnet publish .\EhTagApi\ --self-contained -r win-x86 --configuration Release -o ./publish
Compress-Archive .\publish\* release.zip -Force
- name: Upload artifact
uses: actions/upload-artifact@v1.0.0
with:
# Artifact name
name: website
# Directory containing files to upload
path: release.zip

0 comments on commit 6d9cac2

Please sign in to comment.