Skip to content

Commit

Permalink
v7.3.58 - add pale oak support - also fix autobuild system maybe?
Browse files Browse the repository at this point in the history
  • Loading branch information
slipcor committed Dec 14, 2024
1 parent e25880f commit 2dd6645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-master-7.3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
mkdir -p ~/.m2
echo "<settings><activeProfiles><activeProfile>github</activeProfile></activeProfiles><profiles><profile><id>github</id><repositories><repository><id>github</id><url>https://maven.pkg.github.com/slipcor/Core</url><snapshots><enabled>true</enabled></snapshots></repository></repositories></profile></profiles><servers><server><id>github</id><username>$(echo "$GITHUB_REPOSITORY" | awk -F / '{print $1}')</username><password>\${env.GITHUB_TOKEN}</password></server></servers></settings>" > ~/.m2/settings.xml
mvn clean package --batch-mode
- uses: actions/upload-artifact@v1
- uses: actions/upload-artifact@v4
with:
name: plugin-files
path: target/TreeAssist.jar
Expand Down

0 comments on commit 2dd6645

Please sign in to comment.