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 # run: mv build/libs/FDPClient-*.jar build/libs/FDPClient-${{ steps.vars.outputs.sha_short }}.jar
- name: Test - name: Test
uses: crazy-max/ghaction-github-pages@v2 run: |
with: rm -rf .gitignore
target_branch: test git diff
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

Loading…
Cancel
Save