cnping

Minimal Graphical Ping Tool
git clone https://git.sinitax.com/cnlohr/cnping
Log | Files | Refs | Submodules | README | LICENSE | sfeed.txt

commit 79872601287ae0e0b7bd1fadb0b74aa166d14caa
parent 07572457a98bb4179fbbb43d85aac5ef47aa319c
Author: mrbesen <y.g.2@gmx.de>
Date:   Fri, 23 Feb 2024 10:06:23 +0100

add cnping.ico to artifacts

Diffstat:
M.github/workflows/build.yml | 7++++++-
1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml @@ -40,7 +40,12 @@ jobs: with: name: cnping-exe path: "*.exe" - + + - uses: actions/upload-artifact@v4 + with: + name: cnping-icon + path: "cnping.ico" + - name: Build deb run: debuild --no-sign