File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 6464 - name : Rename binary (windows)
6565 run : mv target/${{ matrix.platform.target }}/release/envfetch.exe target/${{ matrix.platform.target }}/release/${{ matrix.platform.bin }}
6666 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'
6772 - name : Generate Debian package
6873 run : cargo install cargo-deb && cargo deb --output target/debian/envfetch-debian.deb
6974 if : matrix.platform.os_name == 'Linux-x86_64'
8590 files : |
8691 target/debian/envfetch-debian.deb
8792 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