chore: publish apple-client 1.5.7 (#10159)

This commit is contained in:
Firezone Bot
2025-08-07 14:38:03 +10:00
committed by GitHub
parent e5b2af1d4e
commit 95ee111e62
8 changed files with 20 additions and 19 deletions

View File

@@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-22.04-xlarge
env:
# mark:next-apple-version
RELEASE_NAME: macos-client-1.5.7
RELEASE_NAME: macos-client-1.5.8
steps:
- uses: release-drafter/release-drafter@b1476f6e6eb133afa41ed8589daba6dc69b4d3f5 # v6.1.0
if: "${{ github.event_name == 'workflow_dispatch' && github.ref_name == 'main' }}"
@@ -55,11 +55,11 @@ jobs:
build-script: scripts/build/macos-standalone.sh
upload-script: scripts/upload/github-release.sh
# mark:next-apple-version
artifact-file: "firezone-macos-client-1.5.7.dmg"
artifact-file: "firezone-macos-client-1.5.8.dmg"
# mark:next-apple-version
pkg-artifact-file: "firezone-macos-client-1.5.7.pkg"
pkg-artifact-file: "firezone-macos-client-1.5.8.pkg"
# mark:next-apple-version
release-name: macos-client-1.5.7
release-name: macos-client-1.5.8
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with: