Commit 36c1b35 1 parent 988b57f commit 36c1b35 Copy full SHA for 36c1b35
File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -55,25 +55,26 @@ jobs:
55
55
ls target/${{ matrix.target }}
56
56
ls target/${{ matrix.target }}/release
57
57
strip target/${{ matrix.target }}/release/askalono
58
+ working-directory : cli
58
59
59
60
# ## Upload
60
61
61
62
- name : Zip release binary
62
63
if : runner.os != 'macOS'
63
64
run : 7z a askalono.zip askalono${{ matrix.suffix }}
64
- working-directory : target/${{ matrix.target }}/release
65
+ working-directory : cli/ target/${{ matrix.target }}/release
65
66
66
67
- name : macOS - Zip release binary
67
68
if : runner.os == 'macOS'
68
69
run : zip -r -X askalono.zip askalono${{ matrix.suffix }}
69
- working-directory : target/${{ matrix.target }}/release
70
+ working-directory : cli/ target/${{ matrix.target }}/release
70
71
71
72
- name : Upload release binary
72
73
uses : actions/upload-release-asset@v1.0.1
73
74
env :
74
75
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
75
76
with :
76
77
upload_url : ${{ github.event.release.upload_url }}
77
- asset_path : ./target/${{ matrix.target }}/release/askalono.zip
78
+ asset_path : ./cli/ target/${{ matrix.target }}/release/askalono.zip
78
79
asset_name : askalono-${{ runner.os }}.zip
79
80
asset_content_type : application/octet-stream
You can’t perform that action at this time.
0 commit comments