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 92b4fee commit b6ab707Copy full SHA for b6ab707
.github/workflows/desktop_cd.yaml
@@ -92,7 +92,7 @@ jobs:
92
TAURI_SIGNING_PRIVATE_KEY_PASSWORD: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY_PASSWORD }}
93
- run: |
94
mkdir -p target/release/
95
- cp -r target/${{ matrix.target }}/release/* target/release/
+ find target/${{ matrix.target }}/release -type f -not -path "*/\.*" -exec cp {} target/release/ \;
96
working-directory: ./apps/desktop/src-tauri
97
- uses: ./.github/actions/cn_release
98
with:
0 commit comments