diff --git a/.github/workflows/build-apk.yml b/.github/workflows/build-apk.yml index a1b7263..a7c3d2a 100644 --- a/.github/workflows/build-apk.yml +++ b/.github/workflows/build-apk.yml @@ -137,7 +137,7 @@ jobs: - name: Upload Build Artifact uses: ncipollo/release-action@main with: - artifacts: "*-output.apk,updates.json,changelog.json,changelog.md" + artifacts: "apks/*-output.apk,updates.json,changelog.json,changelog.md" token: ${{ secrets.GITHUB_TOKEN }} tag: Build-${{ steps.get-date.outputs.date }} artifactErrorsFailBuild: true