Skip to content

Commit 3a744ff

Browse files
committed
fix(github): fixed github actions
1 parent 93f5e1b commit 3a744ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Build with Maven
2424
run: |
2525
mvn -B package --file pom.xml
26-
mkdir staging/ && cp dev/skidfuscator/obfuscator/client/target/client-1.0.0-SNAPSHOT.jar staging
26+
mkdir staging/ && cp dev.skidfuscator.obfuscator/client/target/client-1.0.0-SNAPSHOT.jar staging
2727
- name: Upload a Build Artifact
2828
uses: actions/upload-artifact@v3.1.0
2929
with:

0 commit comments

Comments
 (0)