Skip to content

Commit

Permalink
upload action does not use wd setting :(
Browse files Browse the repository at this point in the history
  • Loading branch information
adamsk4 authored Oct 25, 2022
1 parent a36b337 commit 225b224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: DEjar
path: defi-data-engine-0.0.1-jar-with-dependencies.jar
path: "DeFi-Data-Engine/DeFi Data Engine/target/defi-data-engine-0.0.1-jar-with-dependencies.jar"

# buildRestAPI:
# runs-on: [ self-hosted ]
Expand Down

0 comments on commit 225b224

Please sign in to comment.