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

Commit

Permalink
?
Browse files Browse the repository at this point in the history
  • Loading branch information
OpportunityLiu committed Jan 24, 2020
1 parent feef89d commit 033b901
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.100
dotnet-version: 3.1.101
- name: make
run: dotnet publish ./EhTagApi --configuration Release -o $GITHUB_WORKSPACE/publish
run: dotnet publish ./EhTagApi --configuration Release -o $GITHUB_WORKSPACE/publish -r win10-x86 --self-contained
- name: Upload artifact
uses: actions/[email protected]
with:
Expand Down

0 comments on commit 033b901

Please sign in to comment.