File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 24
24
cache : ' npm'
25
25
- name : Install dependencies
26
26
run : npm ci
27
+ - name : Build Caprine
28
+ run : npm run build
27
29
- name : Cleanup tag
28
30
uses : mad9000/actions-find-and-replace-string@5
29
31
id : release_tag
34
36
- name : Install Snapcraft
35
37
uses : samuelmeuli/action-snapcraft@v1
36
38
if : startsWith(matrix.os, 'ubuntu')
37
- - name : Build Caprine for macOS
39
+ - name : Package Caprine for macOS
38
40
if : startsWith(matrix.os, 'macos')
39
41
run : npm run dist:mac
40
42
env :
55
57
dist/Caprine-${{ steps.release_tag.outputs.value }}.dmg
56
58
dist/Caprine-${{ steps.release_tag.outputs.value }}.dmg.blockmap
57
59
dist/latest-mac.yml
58
- - name : Build Caprine for Windows
60
+ - name : Package Caprine for Windows
59
61
if : startsWith(matrix.os, 'windows')
60
62
run : npm run dist:win
61
63
- name : Publish Caprine for Windows
67
69
dist/Caprine-Setup-${{ steps.release_tag.outputs.value }}.exe
68
70
dist/Caprine-Setup-${{ steps.release_tag.outputs.value }}.exe.blockmap
69
71
dist/latest.yml
70
- - name : Build Caprine for Linux
72
+ - name : Package Caprine for Linux
71
73
if : startsWith(matrix.os, 'ubuntu')
72
74
run : npm run dist:linux
73
75
- name : Publish Caprine for Linux
You can’t perform that action at this time.
0 commit comments