Skip to content

Commit

Permalink
desktop release
Browse files Browse the repository at this point in the history
  • Loading branch information
j-roskopf committed May 28, 2024
1 parent 9d4ea1f commit 2b30351
Showing 1 changed file with 1 addition and 23 deletions.
24 changes: 1 addition & 23 deletions .github/workflows/desktop-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,6 @@ jobs:
p12-file-base64: ${{ secrets.CERTIFICATES_P12 }}
p12-password: ${{ secrets.CERTIFICATES_PASSWORD }}

- name: Create Embedded Provision Profile
run: |
echo "$EMBEDDED_PROVISION" > desktopApp/embedded.provisionprofile.b64
base64 -d -i desktopApp/embedded.provisionprofile.b64 > desktopApp/embedded.provisionprofile
env:
EMBEDDED_PROVISION: ${{ secrets.EMBEDDED_PROVISION }}

- name: Create Runtime Provision Profile
run: |
echo "$RUNTIME_PROVISION" > desktopApp/runtime.provisionprofile.b64
base64 -d -i desktopApp/runtime.provisionprofile.b64 > desktopApp/runtime.provisionprofile
env:
RUNTIME_PROVISION: ${{ secrets.RUNTIME_PROVISION }}

- name: Create path variables
id: path_variables
run: |
Expand Down Expand Up @@ -90,12 +76,4 @@ jobs:
tag: ${{ env.TAG }}
overwrite: true
draft: true
body: "Release ${{ env.VERSION }}"

- uses: Apple-Actions/upload-testflight-build@v1
with:
app-type: 'osx'
app-path: ${{ env.RELEASE_PATH }}
issuer-id: ${{ secrets.APP_STORE_CONNECT_API_KEY_ISSUER_ID }}
api-key-id: ${{ secrets.APP_STORE_CONNECT_API_KEY_KEY_ID }}
api-private-key: ${{ secrets.APP_STORE_CONNECT_API_KEY_KEY }}
body: "Release ${{ env.VERSION }}"

0 comments on commit 2b30351

Please sign in to comment.