Update build.yml

pull/74/head
xyz8848 3 years ago
parent eaf1026987
commit 9b11d88085
  1. 10
      .github/workflows/build.yml

@ -30,13 +30,9 @@ jobs:
# 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 }}
run: |
rm -rf .gitignore
git diff
- name: Upload build artifacts
uses: actions/upload-artifact@v2

Loading…
Cancel
Save