Skip to content

Commit

Permalink
update publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aspriddell committed Nov 3, 2024
1 parent fc8b370 commit 3620d24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ 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
run: cd pub-out && zip -r ../onionfruit-deploy.zip .

- name: Upload
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit 3620d24

Please sign in to comment.