Skip to content

bugfix: Fixed an error caused by folders with the same name under dif… #10

bugfix: Fixed an error caused by folders with the same name under dif…

bugfix: Fixed an error caused by folders with the same name under dif… #10

Workflow file for this run

name: test
on:
push:
branches: [ dev ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: 'adopt'
java-version: '8'
- name: prepare
run: |
chmod a+x ./gradlew
- name: build
run: ./gradlew :build
env:
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}