Skip to content

Commit

Permalink
add cnping.ico to artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbesen committed Feb 23, 2024
1 parent e4c2dc6 commit 1bbcd62
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1bbcd62

Please sign in to comment.