We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 068fd74 commit e9af7d7Copy full SHA for e9af7d7
.github/workflows/publish.yml
@@ -170,12 +170,6 @@ jobs:
170
working-directory: ${{ matrix.build_path }}
171
run: compress-archive -Path * -DestinationPath "${env:GITHUB_WORKSPACE}\${{ env.pkg_name }}-${{ github.ref_name }}-${{ matrix.target }}-x64.zip"
172
173
- # Windows packaging
174
- - name: Compress build for Windows
175
- if: matrix.target == 'windows'
176
- working-directory: ${{ matrix.build_path }}
177
- run: compress-archive -Path * -DestinationPath "${env:GITHUB_WORKSPACE}\${{ env.pkg_name }}-${{ github.ref_name }}-${{ matrix.target }}-arm64.zip"
178
-
179
- name: Create MSI Package
180
if: matrix.target == 'windows' && startsWith(github.ref, 'refs/tags/')
181
0 commit comments