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 279bad6 commit b358815
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ jobs:
run: dotnet build --no-restore

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

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


Expand Down

0 comments on commit b358815

Please sign in to comment.