< prev index next >

.github/actions/upload-bundles/action.yml

Print this page
*** 71,7 ***
      - name: 'Upload bundles artifact'
        uses: actions/upload-artifact@v3
        with:
          name: bundles-${{ inputs.platform }}${{ inputs.debug-suffix }}
          path: bundles
-         retention-days: 1
        if: steps.bundles.outputs.bundles-found == 'true'
--- 71,6 ---
< prev index next >