Skip to content

Commit

Permalink
删除无用变量
Browse files Browse the repository at this point in the history
  • Loading branch information
chase535 authored May 10, 2023
1 parent bd8cbb2 commit 0400b98
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
cache: gradle

- name: Build with Gradle Canary
run: |
bash ./gradlew assembleCanary
shell: bash
run: ./gradlew assembleCanary

- name: Sign Canary APK
if: success()
Expand Down Expand Up @@ -53,11 +53,6 @@ jobs:
MESSAGE_THREAD_ID: ${{ secrets.MESSAGE_THREAD_ID }}
BOT_TOKEN: ${{ secrets.BOT_TOKEN }}
CANARY: ${{ steps.sign_canary.outputs.signedReleaseFile }}
COMMIT_MESSAGE: ${{ github.event.head_commit.message }}
COMMIT_URL: ${{ github.event.head_commit.url }}
BOT_MESSAGE: |+
[New Release From Github](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})
[${{ github.event.head_commit.message }}](${{ github.event.head_commit.url }})
run: |
mkdir -p ${{ github.workspace }}/git_clone
git clone ${{ github.event.repository.url }} ${{ github.workspace }}/git_clone -b ${{ github.ref_name }}
Expand Down

0 comments on commit 0400b98

Please sign in to comment.