Skip to content

Commit d6384d2

Browse files
committed
actions...
1 parent 71833a8 commit d6384d2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,19 +114,19 @@ jobs:
114114
hdiutil create -fs HFS+ -volname "${{ env.binary }}" -srcfolder ${{ env.binary }}.app ${{ env.binary }}.${{ env.extension }}
115115
- name: linux packaging
116116
if: matrix.target.channel == 'linux'
117-
uses: montudor/action-zip@v1
117+
uses: vimtor/action-zip@v1
118118
with:
119119
files: linux
120120
dest: ${{ env.binary }}.${{ env.extension }}
121121
- name: windows packaging
122122
if: matrix.target.channel == 'windows'
123-
uses: montudor/action-zip@v1
123+
uses: vimtor/action-zip@v1
124124
with:
125125
files: windows
126126
dest: ${{ env.binary }}.${{ env.extension }}
127127
- name: wasm packaging
128128
if: matrix.target.channel == 'wasm'
129-
uses: montudor/action-zip@v1
129+
uses: vimtor/action-zip@v1
130130
with:
131131
files: wasm
132132
dest: ${{ env.binary }}.${{ env.extension }}

0 commit comments

Comments
 (0)