Skip to content

Commit

Permalink
Fixed Path
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippSchmelter committed Oct 7, 2024
1 parent 5aa9679 commit da5336b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ jobs:
with:
name: simona-build
path: |
./build/** # Der gesamte 'build'-Ordner
build.gradle # Haupt-Gradle-Datei
settings.gradle # Projekt- und Modulkonfiguration
gradle/wrapper/ # Gradle-Wrapper-Dateien
.gradle/ # Cache-Dateien von Gradle (optional)
./build/**
build.gradle
settings.gradle
gradle/wrapper/
.gradle/
test:
needs: build
Expand Down

0 comments on commit da5336b

Please sign in to comment.