Skip to content

Commit

Permalink
update zip command
Browse files Browse the repository at this point in the history
  • Loading branch information
aspriddell committed Nov 3, 2024
1 parent eccd782 commit f95e039
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 @@ -22,7 +22,7 @@ jobs:
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: zip onionfruit-deploy.zip ./pub-out/**/*

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

0 comments on commit f95e039

Please sign in to comment.