Skip to content

Commit

Permalink
feat: test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
limichange authored and limichange committed Jan 26, 2025
1 parent 8a22643 commit 44c8da1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 20 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,11 +118,11 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: build
path: ./apps/mobile/android/app/build/
path: ./apps/mobile/android/app/build
if-no-files-found: error

- name: Download build Artifacts
uses: actions/download-artifact@v3
with:
name: upload-web-embed-artifacts
path: ./apps/mobile/android/app/build/
path: ./apps/mobile/android/app/build
30 changes: 12 additions & 18 deletions .github/workflows/release-web.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
name: release-web

on:
pull_request:
branches:
- feat/prime-login0-limi
push:
branches:
- feat/prime-login0-limi
workflow_run:
workflows:
- daily-build
Expand Down Expand Up @@ -102,15 +96,15 @@ jobs:
cname: ${{ env.TEST_ENDPOINT }}
force_orphan: true

- name: 'Notify to Slack'
if: ${{ github.event.workflow_run }}
uses: onekeyhq/actions/slack-notify-webhook@main
with:
web-hook-url: ${{ secrets.SLACK_NOTIFICATION_WEBHOOK }}
secret-key: ${{ secrets.ACTION_SIGN_SECERT_KEY }}
artifact-type: Web
artifact-name: OneKey-Web
artifact-bundle-id: 'so.onekey.wallet.web'
artifact-version-name: '${{ steps.dotenv.outputs.version }}@${{ env.BUILD_NUMBER }}'
artifact-version-code: '${{ env.BUILD_NUMBER }}'
artifact-download-url: '${{ env.ARTIFACTS_URL }}'
# - name: 'Notify to Slack'
# if: ${{ github.event.workflow_run }}
# uses: onekeyhq/actions/slack-notify-webhook@main
# with:
# web-hook-url: ${{ secrets.SLACK_NOTIFICATION_WEBHOOK }}
# secret-key: ${{ secrets.ACTION_SIGN_SECERT_KEY }}
# artifact-type: Web
# artifact-name: OneKey-Web
# artifact-bundle-id: 'so.onekey.wallet.web'
# artifact-version-name: '${{ steps.dotenv.outputs.version }}@${{ env.BUILD_NUMBER }}'
# artifact-version-code: '${{ env.BUILD_NUMBER }}'
# artifact-download-url: '${{ env.ARTIFACTS_URL }}'

0 comments on commit 44c8da1

Please sign in to comment.