Skip to content

Commit

Permalink
fix: rename notify title from touch to classic
Browse files Browse the repository at this point in the history
  • Loading branch information
loatheb authored Aug 7, 2023
1 parent 648e11a commit f98d5fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ jobs:
uses: onekeyhq/actions/notice-slack-app-update@main
with:
web-hook-url: ${{ secrets.SLACK_DEV_RELEASE_WEBHOOK }}
artifact-type: TOUCH-FIRMWARE-BT
artifact-name: Touch-Hardware-Firmware-BT
artifact-bundle-id: "so.onekey.firmware.touch.bt"
artifact-type: CLASSIC-FIRMWARE-BT
artifact-name: Classic-Hardware-Firmware-BT
artifact-bundle-id: "so.onekey.firmware.classic.bt"
artifact-version-name: "${{ steps.vars.outputs.fw_revision }}"
artifact-version-code: "${{ steps.vars.outputs.short_hash }}"
artifact-download-url: "${{ steps.vars.outputs.artifacts_url }}"
Expand Down

0 comments on commit f98d5fb

Please sign in to comment.