We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93f5e1b commit 3a744ffCopy full SHA for 3a744ff
1 file changed
.github/workflows/maven.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Build with Maven
24
run: |
25
mvn -B package --file pom.xml
26
- mkdir staging/ && cp dev/skidfuscator/obfuscator/client/target/client-1.0.0-SNAPSHOT.jar staging
+ mkdir staging/ && cp dev.skidfuscator.obfuscator/client/target/client-1.0.0-SNAPSHOT.jar staging
27
- name: Upload a Build Artifact
28
uses: actions/upload-artifact@v3.1.0
29
with:
0 commit comments