We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b1829c commit ad274c3Copy full SHA for ad274c3
.github/workflows/release.yaml
@@ -65,13 +65,13 @@ jobs:
65
if: matrix.target != 'aarch64-unknown-linux-gnu'
66
run: |
67
cd target/release
68
- zip prisma-cli-${{ matrix.target }}.zip prisma-cli
+ zip prisma-cli-${{ matrix.target }}.zip prisma
69
70
- name: Create zip (Linux cross-compiled)
71
if: matrix.target == 'aarch64-unknown-linux-gnu'
72
73
cd target/${{ matrix.target }}/release
74
75
76
- name: Upload artifact
77
uses: actions/upload-artifact@v4
0 commit comments