diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 694f869..1746666 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,8 +24,7 @@ jobs: - name: Build with Maven run: | mvn clean package --file pom.xml - ls -lap - cp MKVAudioSubtitleChanger/target/M*.{zip,tar} artifacts/ + cp target/M*.{zip,tar} artifacts/ - name: Upload artifacts uses: skx/github-action-publish-binaries@master