Skip to content

Commit

Permalink
devop: upload to appstore
Browse files Browse the repository at this point in the history
  • Loading branch information
kvhnuke committed Jan 23, 2024
1 parent dd01c75 commit 9f60b6c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/macos-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,11 @@ jobs:
with:
name: safari-build-artifact
path: packages/extension/dist

- uses: ruby/setup-ruby@v1
with:
ruby-version: "3.0"
bundler-cache: true
working-directory: "macos/Enkrypt"
- name: Deploy via Fastlane
uses: maierj/[email protected]
with:
Expand Down

1 comment on commit 9f60b6c

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.