Skip to content

Commit

Permalink
devop: rebuild safari
Browse files Browse the repository at this point in the history
  • Loading branch information
kvhnuke committed Jan 11, 2024
1 parent 7188794 commit 1ce568c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/macos-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,10 @@ jobs:
API_KEY: "${{ secrets.OSX_API_KEY }}"
API_KEY_ID: "${{ secrets.OSX_API_KEY_ID }}"
API_ISSUER_ID: "${{ secrets.OSX_API_ISSUER_ID }}"

- name: Upload Enkrypt pkg
uses: actions/upload-artifact@v3
with:
name: safari-build-pkg
path: macos/Enkrypt/build/Enkrypt.pkg
retention-days: 1
2 changes: 1 addition & 1 deletion macos/Enkrypt/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ lane :release do
"com.myetherwallet.enkrypt.safari.Extension" => ENV["EXTENSION_PROVISION"]
}
})
upload_to_app_store(skip_metadata: true, skip_screenshots: true, run_precheck_before_submit: false)
# upload_to_app_store(skip_metadata: true, skip_screenshots: true, run_precheck_before_submit: false)
end

desc "Prepare build and release build to the App Store"
Expand Down
2 changes: 1 addition & 1 deletion packages/extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@enkryptcom/extension",
"version": "1.31.0",
"version": "1.31.1",
"private": true,
"scripts": {
"zip": "cd dist; zip -r release.zip *;",
Expand Down

1 comment on commit 1ce568c

@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.