Skip to content

Commit

Permalink
Fix macOS release upload
Browse files Browse the repository at this point in the history
  • Loading branch information
elzik committed Mar 15, 2024
1 parent 504603f commit 5f3108f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,11 @@ jobs:
generate_release_notes: true
prerelease: ${{ github.ref_name != 'main' }}
files: ./Installer/Elzik.FmSync.WindowsInstaller/bin/x64/Release/en-US/fmsync*.msi
- name: Mac OS X Release
- name: macOS Release
uses: softprops/action-gh-release@v1
if: steps.release-check.outputs.needs-release == 'True' && matrix.os == 'macos-latest'
with:
tag_name: v${{ env.GitVersion_SemVer }}
generate_release_notes: true
prerelease: ${{ github.ref_name != 'main' }}
files: ./Installer/Elzik.FmSync.OsxInstaller/x64/Release/fmsync osx-x64*.zip
files: ./Installer/Elzik.FmSync.OsxInstaller/x64/Release/fmsync-osx*.zip

0 comments on commit 5f3108f

Please sign in to comment.