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

Commit

Permalink
roll back for azure
Browse files Browse the repository at this point in the history
  • Loading branch information
OpportunityLiu committed Jan 24, 2020
1 parent a36849d commit feef89d
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.101
dotnet-version: 3.1.100
- name: make
run: dotnet publish ./EhTagApi --configuration Release -o $GITHUB_WORKSPACE/publish -r win10-x64 --self-contained
run: dotnet publish ./EhTagApi --configuration Release -o $GITHUB_WORKSPACE/publish
- name: Upload artifact
uses: actions/[email protected]
with:
Expand Down

0 comments on commit feef89d

Please sign in to comment.