Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Hacksore committed Aug 18, 2024
1 parent 0badcdf commit ddb40ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/canary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
path: "${{ join(fromJSON(steps.build_os.outputs.artifactPaths), '\n') }}"
- name: Create a zip of the release
run: |
zip -r overlayed-${{ matrix.settings.os }}.zip apps/desktop/src-tauri/target/${{ matrix.setting.target }}/release/bundle/
zip -rv overlayed-${{ matrix.settings.os }}.zip apps/desktop/src-tauri/target/${{ matrix.settings.target }}/release/bundle/
- uses: ryand56/r2-upload-action@latest
with:
r2-account-id: ${{ secrets.R2_ACCOUNT_ID }}
Expand Down

0 comments on commit ddb40ce

Please sign in to comment.