File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -114,19 +114,19 @@ jobs:
114
114
hdiutil create -fs HFS+ -volname "${{ env.binary }}" -srcfolder ${{ env.binary }}.app ${{ env.binary }}.${{ env.extension }}
115
115
- name : linux packaging
116
116
if : matrix.target.channel == 'linux'
117
- uses : montudor /action-zip@v1
117
+ uses : vimtor /action-zip@v1
118
118
with :
119
119
files : linux
120
120
dest : ${{ env.binary }}.${{ env.extension }}
121
121
- name : windows packaging
122
122
if : matrix.target.channel == 'windows'
123
- uses : montudor /action-zip@v1
123
+ uses : vimtor /action-zip@v1
124
124
with :
125
125
files : windows
126
126
dest : ${{ env.binary }}.${{ env.extension }}
127
127
- name : wasm packaging
128
128
if : matrix.target.channel == 'wasm'
129
- uses : montudor /action-zip@v1
129
+ uses : vimtor /action-zip@v1
130
130
with :
131
131
files : wasm
132
132
dest : ${{ env.binary }}.${{ env.extension }}
You can’t perform that action at this time.
0 commit comments