We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a21a2e1 commit 753e7abCopy full SHA for 753e7ab
.github/workflows/build-test.yml
@@ -39,12 +39,14 @@ jobs:
39
mkdir -p $HOME/.m2/repository
40
cp -a nms-build/.m2/repository/. $HOME/.m2/repository
41
- name: Build with Maven
42
- run: mvn -B package --file pom.xml -D"jar.finalName=Scenamatica" -P debug
+ run: |
43
+ mvn -B package --file pom.xml -D"jar.finalName=Scenamatica" -P debug
44
+ pwd;find . | sort | sed '1d;s/^.//;s//([^/])$/|--\1/;s//[^/|]/| /g'
45
- name: Upload artifact
46
uses: actions/upload-artifact@v3
47
with:
48
name: scenamatica
- path: ScenamaticaPlugin/target/Scenamatica.jar
49
+ path: Scenamatica/ScenamaticaPlugin/target/Scenamatica.jar
50
retention-days: 1
51
if-no-files-found: error
52
0 commit comments