Update build.yml

pull/74/head
xyz8848 3 years ago
parent 6cc967d1a1
commit d508bf358b
  1. 11
      .github/workflows/build.yml

@ -29,8 +29,17 @@ jobs:
# - name: Rename build artifacts # - name: Rename build artifacts
# run: mv build/libs/FDPClient-*.jar build/libs/FDPClient-${{ steps.vars.outputs.sha_short }}.jar # run: mv build/libs/FDPClient-*.jar build/libs/FDPClient-${{ steps.vars.outputs.sha_short }}.jar
- name: Test
uses: crazy-max/ghaction-github-pages@v2
with:
target_branch: test
build_dir: /
keep_history: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload build artifacts - name: Upload build artifacts
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v2
with: with:
name: FDPClient name: BlackDex
path: lib/android/sdk/ndk-bundle/* path: lib/android/sdk/ndk-bundle/*
Loading…
Cancel
Save