Fix build workflow

This commit is contained in:
2022-06-16 13:14:29 +02:00
parent 10cfb07457
commit d8f0dcdc87

View File

@@ -24,7 +24,7 @@ jobs:
- name: Build with Maven
run: |
mvn clean package --file pom.xml
cp MKVAudioSubtitleChanger/target/M*.jar artifacts/
cp MKVAudioSubtitleChanger/target/M*.{zip,tar} artifacts/
- name: Upload artifacts
uses: skx/github-action-publish-binaries@master