Skip to content

Commit

Permalink
Fix yml syntax may be
Browse files Browse the repository at this point in the history
  • Loading branch information
GroobleDierne committed Dec 10, 2024
1 parent 7d12c66 commit 9bed99e
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,27 +10,27 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: JDk 21 setup
uses: actions/setup-java@v1
with:
java-version: 1.21
uses: actions/setup-java@v1
with:
java-version: 1.21
- uses: actions/cache@v3
env:
env:
cache-name: cache-gradle
with:
with:
path: |
~/.gradle/caches
~/.gradle/wrapper
.gradle/caches
key: ${{ runner.os }}-gradle-${{ env.cache-name }}-${{ hashFiles('*.gradle.kts', '**/gradle-wrapper.properties') }}
- name: Gradle Build Action
uses: gradle/[email protected]
with:
uses: gradle/[email protected]
with:
gradle-version: "7.4.1"
arguments: assemble
- name: Clean build outputs
run: rm build/libs/LaBoulangerieCore-*dev*.jar
run: rm build/libs/LaBoulangerieCore-*dev*.jar
- uses: actions/upload-artifact@v1
with:
with:
name: laboulangeriecore
path: build/libs/
deploy:
Expand Down

0 comments on commit 9bed99e

Please sign in to comment.