Skip to content

Commit d3810b6

Browse files
authored
again fix bucket name (#1698)
1 parent 2a0c201 commit d3810b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/desktop_cd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
- if: ${{ inputs.channel != 'staging' && matrix.platform == 'macos' }}
137137
run: |
138138
aws s3 cp "apps/desktop/src-tauri/target/${{ matrix.target }}/release/bundle/dmg/" \
139-
"s3://hyprote-build/desktop/${{ inputs.channel }}/${{ steps.version.outputs.version }}/" \
139+
"s3://hyprnote-build/desktop/${{ inputs.channel }}/${{ steps.version.outputs.version }}/" \
140140
--recursive \
141141
--exclude "*" \
142142
--include "*.dmg" \

0 commit comments

Comments
 (0)