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 2a0c201 commit d3810b6Copy full SHA for d3810b6
.github/workflows/desktop_cd.yaml
@@ -136,7 +136,7 @@ jobs:
136
- if: ${{ inputs.channel != 'staging' && matrix.platform == 'macos' }}
137
run: |
138
aws s3 cp "apps/desktop/src-tauri/target/${{ matrix.target }}/release/bundle/dmg/" \
139
- "s3://hyprote-build/desktop/${{ inputs.channel }}/${{ steps.version.outputs.version }}/" \
+ "s3://hyprnote-build/desktop/${{ inputs.channel }}/${{ steps.version.outputs.version }}/" \
140
--recursive \
141
--exclude "*" \
142
--include "*.dmg" \
0 commit comments