File tree 1 file changed +10
-0
lines changed
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 64
64
- name : Rename binary (windows)
65
65
run : mv target/${{ matrix.platform.target }}/release/envfetch.exe target/${{ matrix.platform.target }}/release/${{ matrix.platform.bin }}
66
66
if : matrix.platform.os_name == 'Windows-x86_64'
67
+ - name : Generate (Windows)
68
+ run : |
69
+ cd target/${{ matrix.platform.target }}/release
70
+ tar.exe -a -c -f envfetch-windows-amd64.zip ${{ matrix.platform.bin }}
71
+ if : matrix.platform.os_name == 'Windows-x86_64'
67
72
- name : Generate Debian package
68
73
run : cargo install cargo-deb && cargo deb --output target/debian/envfetch-debian.deb
69
74
if : matrix.platform.os_name == 'Linux-x86_64'
85
90
files : |
86
91
target/debian/envfetch-debian.deb
87
92
target/debian/envfetch-debian.deb.sha256
93
+ - name : Release Windows archive to GitHub
94
+ uses : softprops/action-gh-release@v1
95
+ if : matrix.platform.os_name == 'Windows-x86_64'
96
+ with :
97
+ files : target/${{ matrix.platform.target }}/release/envfetch-windows-amd64.zip
You can’t perform that action at this time.
0 commit comments