Fix build workflow

This commit is contained in:
2022-06-16 13:22:42 +02:00
parent 1bd136af6a
commit 892bc59803

View File

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