Skip to content

Commit 2a0c201

Browse files
authored
fix bucket name for dmg upload (#1697)
1 parent 624ab93 commit 2a0c201

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/desktop_cd.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,11 +133,10 @@ jobs:
133133
channel: ${{ env.RELEASE_CHANNEL }}
134134
framework: tauri
135135
working-directory: ./apps/desktop
136-
- name: Upload DMG to hyprote-builds bucket
137-
if: ${{ inputs.channel != 'staging' && matrix.platform == 'macos' }}
136+
- if: ${{ inputs.channel != 'staging' && matrix.platform == 'macos' }}
138137
run: |
139138
aws s3 cp "apps/desktop/src-tauri/target/${{ matrix.target }}/release/bundle/dmg/" \
140-
"s3://hyprote-builds/desktop/${{ inputs.channel }}/${{ steps.version.outputs.version }}/" \
139+
"s3://hyprote-build/desktop/${{ inputs.channel }}/${{ steps.version.outputs.version }}/" \
141140
--recursive \
142141
--exclude "*" \
143142
--include "*.dmg" \

0 commit comments

Comments
 (0)