Skip to content

Commit

Permalink
Fix release (#3294)
Browse files Browse the repository at this point in the history
(cherry picked from commit 08ed70d)
  • Loading branch information
michalchecinski committed Jun 13, 2024
1 parent 6d87592 commit 5ba577f
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ jobs:
workflow: build.yml
workflow_conclusion: success
branch: ${{ steps.branch.outputs.branch-name }}
skip_unpack: true

- name: Dry Run - Download all artifacts
if: ${{ inputs.release_type == 'Dry Run' }}
Expand All @@ -80,9 +81,15 @@ jobs:
workflow: build.yml
workflow_conclusion: success
branch: main
skip_unpack: true

- name: Prep Bitwarden iOS release asset
run: zip -r Bitwarden\ iOS.zip Bitwarden\ iOS
- name: Unzip release assets
run: |
unzip bw-android-apk-sha256.txt.zip -d bw-android-apk-sha256.txt
unzip bw-fdroid-apk-sha256.txt.zip -d bw-fdroid-apk-sha256.txt
unzip com.x8bit.bitwarden-fdroid.apk.zip -d com.x8bit.bitwarden-fdroid.apk
unzip com.x8bit.bitwarden.aab.zip -d com.x8bit.bitwarden.aab
unzip com.x8bit.bitwarden.apk.zip -d com.x8bit.bitwarden.apk
- name: Create release
if: ${{ inputs.release_type != 'Dry Run' }}
Expand Down

0 comments on commit 5ba577f

Please sign in to comment.