Skip to content

Commit e9af7d7

Browse files
Update publish.yml
1 parent 068fd74 commit e9af7d7

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/publish.yml

-6
Original file line numberDiff line numberDiff line change
@@ -170,12 +170,6 @@ jobs:
170170
working-directory: ${{ matrix.build_path }}
171171
run: compress-archive -Path * -DestinationPath "${env:GITHUB_WORKSPACE}\${{ env.pkg_name }}-${{ github.ref_name }}-${{ matrix.target }}-x64.zip"
172172

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-
179173
- name: Create MSI Package
180174
if: matrix.target == 'windows' && startsWith(github.ref, 'refs/tags/')
181175
working-directory: ${{ matrix.build_path }}

0 commit comments

Comments
 (0)