Skip to content

Commit

Permalink
Fixed output jar name
Browse files Browse the repository at this point in the history
  • Loading branch information
RoinujNosde committed Dec 8, 2020
1 parent fad5bcb commit abc21cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Build with Maven
run: mvn -B package --file pom.xml
- name: Create Staging
run: mkdir staging && cp target/TitansBattle.jar staging
run: mkdir staging && cp target/TitansBattle*.jar staging
- name: Upload a Build Artifact
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit abc21cd

Please sign in to comment.