We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 118dff1 commit c3c5bf8Copy full SHA for c3c5bf8
.github/workflows/build.yml
@@ -293,8 +293,8 @@ jobs:
293
apiToken: ${{ secrets.CF_R2_API_TOKEN }}
294
wranglerVersion: "4.21.1"
295
command: |
296
- r2 object put nginx-ui-dev-build/${{ env.DIST }}.tar.gz --file ./${{ env.DIST }}.tar.gz
297
- r2 object put nginx-ui-dev-build/${{ env.DIST }}.tar.gz.digest --file ./${{ env.DIST }}.tar.gz.digest
+ r2 object put nginx-ui-dev-build/${{ env.DIST }}.tar.gz --file ./${{ env.DIST }}.tar.gz --remote
+ r2 object put nginx-ui-dev-build/${{ env.DIST }}.tar.gz.digest --file ./${{ env.DIST }}.tar.gz.digest --remote
298
299
docker-build:
300
if: github.event_name != 'pull_request'
0 commit comments