Skip to content

Commit

Permalink
use publishToMavenLocal for build
Browse files Browse the repository at this point in the history
  • Loading branch information
RogueLogix committed Feb 7, 2023
1 parent f8e558d commit 376c5f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- run: git submodule update --init --recursive
- id: mainbuild
run: ./gradlew build
- run: ./gradlew publish
- run: ./gradlew publishToMavenLocal
- run: mkdir jars
- run: mv build/libs/biggerreactors-* jars/
- uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 376c5f5

Please sign in to comment.