We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 624ab93 commit 2a0c201Copy full SHA for 2a0c201
.github/workflows/desktop_cd.yaml
@@ -133,11 +133,10 @@ jobs:
133
channel: ${{ env.RELEASE_CHANNEL }}
134
framework: tauri
135
working-directory: ./apps/desktop
136
- - name: Upload DMG to hyprote-builds bucket
137
- if: ${{ inputs.channel != 'staging' && matrix.platform == 'macos' }}
+ - if: ${{ inputs.channel != 'staging' && matrix.platform == 'macos' }}
138
run: |
139
aws s3 cp "apps/desktop/src-tauri/target/${{ matrix.target }}/release/bundle/dmg/" \
140
- "s3://hyprote-builds/desktop/${{ inputs.channel }}/${{ steps.version.outputs.version }}/" \
+ "s3://hyprote-build/desktop/${{ inputs.channel }}/${{ steps.version.outputs.version }}/" \
141
--recursive \
142
--exclude "*" \
143
--include "*.dmg" \
0 commit comments