Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
d2phap authored Aug 23, 2023
1 parent 6ffebaf commit 6317132
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,11 @@ jobs:
run: dotnet build --no-restore

- name: 🪄 Publish
run: dotnet publish -c Release -o _Output
run: dotnet publish Website/ImageGlass.csproj -c Release -o _Output

- name: 🛫 Upload a build artifact
uses: actions/upload-artifact@v3
with:
name: website
path: ./_Output/**
if-no-files-found: error

Expand Down

0 comments on commit 6317132

Please sign in to comment.