File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -55,18 +55,22 @@ jobs:
55
55
- uses : actions/download-artifact@v2
56
56
with :
57
57
name : library-ubuntu
58
+ - name : Create archive for linux x86-64
59
+ run : zip memflow_pcileech_linux_x86-64.zip *.so
58
60
- name : Upload ubuntu artifacts
59
61
uses : skx/github-action-publish-binaries@master
60
62
env :
61
63
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
62
64
with :
63
- args : ' *.so '
65
+ args : ' memflow_pcileech_linux_x86-64.zip '
64
66
- uses : actions/download-artifact@v2
65
67
with :
66
68
name : library-windows
69
+ - name : Create archive for windows x86-64
70
+ run : zip memflow_pcileech_windows_x86-64.zip *.dll
67
71
- name : Upload windows artifacts
68
72
uses : skx/github-action-publish-binaries@master
69
73
env :
70
74
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
71
75
with :
72
- args : ' *.dll '
76
+ args : ' memflow_pcileech_windows_x86-64.zip '
You can’t perform that action at this time.
0 commit comments