mirror of
https://github.com/bitwarden/browser
synced 2025-12-24 12:13:39 +00:00
Update workflows to accommodate universal pkg artifact for Mac (#888)
This commit is contained in:
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
@@ -140,14 +140,14 @@ jobs:
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: make target directory
|
||||
run: mkdir -p dist/mas
|
||||
run: mkdir -p dist/mas-universal
|
||||
|
||||
- name: Get mac release asset
|
||||
uses: Xotl/cool-github-releases@v1
|
||||
with:
|
||||
mode: download
|
||||
tag_name: ${{ env.TAG_VERSION }}
|
||||
assets: Bitwarden-${{ env.PACKAGE_VERSION }}.pkg|./dist/mas/Bitwarden-${{ env.PACKAGE_VERSION }}.pkg
|
||||
assets: Bitwarden-${{ env.PACKAGE_VERSION }}-universal.pkg|./dist/mas-universal/Bitwarden-${{ env.PACKAGE_VERSION }}-universal.pkg
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Deploy to App Store
|
||||
|
||||
Reference in New Issue
Block a user