Skip to content

Commit

Permalink
Merge pull request #51 from prplecake/dependabot/github_actions/softp…
Browse files Browse the repository at this point in the history
…rops/action-gh-release-2
  • Loading branch information
prplecake authored Mar 15, 2024
2 parents 91edd72 + fdbd807 commit 6799942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
dotnet publish src/BunnyDDNS.CLI/BunnyDDNS.CLI.csproj -c Release -r ${{matrix.rid}} --self-contained -p:PublishSingleFile=true -p:PublishReadyToRun=true
zip -j ddns-bunny.net-${{ github.ref_name }}-${{matrix.rid}}.zip src/BunnyDDNS.CLI/bin/Release/net7.0/${{matrix.rid}}/publish/* README.md LICENSE
- name: Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: ddns-bunny.net-*.zip

0 comments on commit 6799942

Please sign in to comment.