Skip to content

Commit

Permalink
Fiks jar-sjekk for dev
Browse files Browse the repository at this point in the history
  • Loading branch information
bjerga committed Dec 5, 2023
1 parent 4747bc9 commit 590f48d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
id: app_jar
uses: andstor/file-existence-action@v2
with:
files: "${{ matrix.project }}/build/libs/app.jar"
files: "apps/${{ matrix.project }}/build/libs/app.jar"

- name: Create docker tag
if: steps.app_jar.outputs.files_exists == 'true'
Expand Down
1 change: 1 addition & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ pluginManagement {
id("org.jmailen.kotlinter") version kotlinterVersion
}
}

0 comments on commit 590f48d

Please sign in to comment.