Skip to content

Commit

Permalink
Create strings that work for the preview/* branch format on dev relea…
Browse files Browse the repository at this point in the history
…ses.
  • Loading branch information
reynoldsalec committed May 6, 2024
1 parent ed2590e commit fc29f0c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/dev-release-slim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,13 @@ jobs:
file: lando/cli.exe
certificate-data: KEYLOCKER_CLIENT_CERT
certificate-password: KEYLOCKER_CLIENT_CERT_PASSWORD
result: lando-win-x64-${{ github.ref_name }}-slim.exe
result: lando-win-x64-${${{ github.ref_name }}//\//-}-slim.exe
- os: windows-2022
key: cli-node18-win-arm64-${{ github.sha }}
file: lando/cli.exe
certificate-data: KEYLOCKER_CLIENT_CERT
certificate-password: KEYLOCKER_CLIENT_CERT_PASSWORD
result: lando-win-arm64-${{ github.ref_name }}-slim.exe
result: lando-win-arm64-${${{ github.ref_name }}//\//-}-slim.exe
- os: macos-13
key: cli-node18-macos-x64-${{ github.sha }}
file: lando/cli
Expand All @@ -89,7 +89,7 @@ jobs:
apple-notary-user: APPLE_NOTARY_USER
apple-notary-password: APPLE_NOTARY_PASSWORD
options: --options runtime --entitlements entitlements.xml
result: lando-macos-x64-${{ github.ref_name }}-slim
result: lando-macos-x64-${${{ github.ref_name }}//\//-}-slim
- os: macos-13
key: cli-node18-macos-arm64-${{ github.sha }}
file: lando/cli
Expand All @@ -100,19 +100,19 @@ jobs:
apple-notary-user: APPLE_NOTARY_USER
apple-notary-password: APPLE_NOTARY_PASSWORD
options: --options runtime --entitlements entitlements.xml
result: lando-macos-arm64-${{ github.ref_name }}-slim
result: lando-macos-arm64-${${{ github.ref_name }}//\//-}-slim
- os: ubuntu-22.04
key: cli-node18-linux-x64-${{ github.sha }}
file: lando/cli
certificate-data: KEYLOCKER_CLIENT_CERT
certificate-password: KEYLOCKER_CLIENT_CERT_PASSWORD
result: lando-linux-x64-${{ github.ref_name }}-slim
result: lando-linux-x64-${${{ github.ref_name }}//\//-}-slim
- os: ubuntu-22.04
key: cli-node18-linux-arm64-${{ github.sha }}
file: lando/cli
certificate-data: KEYLOCKER_CLIENT_CERT
certificate-password: KEYLOCKER_CLIENT_CERT_PASSWORD
result: lando-linux-arm64-${{ github.ref_name }}-slim
result: lando-linux-arm64-${${{ github.ref_name }}//\//-}-slim
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/dev-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,13 @@ jobs:
file: lando/cli.exe
certificate-data: KEYLOCKER_CLIENT_CERT
certificate-password: KEYLOCKER_CLIENT_CERT_PASSWORD
result: lando-win-x64-${{ github.ref_name }}.exe
result: lando-win-x64-${${{ github.ref_name }}//\//-}.exe
- os: windows-2022
key: cli-node18-win-arm64-${{ github.sha }}
file: lando/cli.exe
certificate-data: KEYLOCKER_CLIENT_CERT
certificate-password: KEYLOCKER_CLIENT_CERT_PASSWORD
result: lando-win-arm64-${{ github.ref_name }}.exe
result: lando-win-arm64-${${{ github.ref_name }}//\//-}.exe
- os: macos-13
key: cli-node18-macos-x64-${{ github.sha }}
file: lando/cli
Expand All @@ -93,7 +93,7 @@ jobs:
apple-notary-user: APPLE_NOTARY_USER
apple-notary-password: APPLE_NOTARY_PASSWORD
options: --options runtime --entitlements entitlements.xml
result: lando-macos-x64-${{ github.ref_name }}
result: lando-macos-x64-${${{ github.ref_name }}//\//-}
- os: macos-13
key: cli-node18-macos-arm64-${{ github.sha }}
file: lando/cli
Expand All @@ -104,19 +104,19 @@ jobs:
apple-notary-user: APPLE_NOTARY_USER
apple-notary-password: APPLE_NOTARY_PASSWORD
options: --options runtime --entitlements entitlements.xml
result: lando-macos-arm64-${{ github.ref_name }}
result: lando-macos-arm64-${${{ github.ref_name }}//\//-}
- os: ubuntu-22.04
key: cli-node18-linux-x64-${{ github.sha }}
file: lando/cli
certificate-data: KEYLOCKER_CLIENT_CERT
certificate-password: KEYLOCKER_CLIENT_CERT_PASSWORD
result: lando-linux-x64-${{ github.ref_name }}
result: lando-linux-x64-${${{ github.ref_name }}//\//-}
- os: ubuntu-22.04
key: cli-node18-linux-arm64-${{ github.sha }}
file: lando/cli
certificate-data: KEYLOCKER_CLIENT_CERT
certificate-password: KEYLOCKER_CLIENT_CERT_PASSWORD
result: lando-linux-arm64-${{ github.ref_name }}
result: lando-linux-arm64-${${{ github.ref_name }}//\//-}
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down

0 comments on commit fc29f0c

Please sign in to comment.