diff --git a/.github/actions/release-macos-x86_64/action.yml b/.github/actions/release-macos-x86_64/action.yml index 7331f2cf..c14d53d5 100644 --- a/.github/actions/release-macos-x86_64/action.yml +++ b/.github/actions/release-macos-x86_64/action.yml @@ -57,4 +57,5 @@ runs: name: natives-${{ inputs.platform-name }} path: webrtc-jni/target/webrtc-java-*.jar if-no-files-found: error - retention-days: 1 + retention-days: 7 + overwrite: true diff --git a/.github/actions/release/action.yml b/.github/actions/release/action.yml index 15cd1f2f..8508c025 100644 --- a/.github/actions/release/action.yml +++ b/.github/actions/release/action.yml @@ -63,4 +63,5 @@ runs: name: natives-${{ inputs.platform-name }} path: webrtc-jni/target/webrtc-java-*.jar if-no-files-found: error - retention-days: 1 + retention-days: 7 + overwrite: true