Skip to content

Commit

Permalink
specify project in publish command
Browse files Browse the repository at this point in the history
  • Loading branch information
aspriddell committed Nov 3, 2024
1 parent fc8b370 commit eccd782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: dotnet restore

- name: Build
run: dotnet publish -c Release --no-self-contained -p:Version=${{ github.event.release.tag_name }} -p:DebugType=None -p:UseAppHost=false -o ./pub-out
run: dotnet publish -c Release --no-self-contained -p:Version=${{ github.event.release.tag_name }} -p:DebugType=None -p:UseAppHost=false -o ./pub-out DragonFruit.OnionFruit.Deploy.csproj

- name: Archive
run: zip onionfruit-deploy.zip -r ./pub-out
Expand Down

0 comments on commit eccd782

Please sign in to comment.