Merge pull request #8 from fengyuecanzhu/dev

update actions
pull/12/head^2
fengyuecanzhu 3 years ago committed by GitHub
commit 02cdc809ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      .github/workflows/reader.yml

@ -6,9 +6,6 @@ on:
push: push:
branches: branches:
- master - master
pull_request:
branches:
- master
jobs: jobs:
build: build:
@ -27,7 +24,7 @@ jobs:
run: | run: |
echo "开始进行release构建" echo "开始进行release构建"
chmod +x gradlew chmod +x gradlew
./gradlew assembleAppRelease --build-cache --parallel ./gradlew assembleRelease --parallel
- name: Upload App To Artifact - name: Upload App To Artifact
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v2
with: with:

Loading…
Cancel
Save