Skip to content

Commit

Permalink
change release package
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Huang committed Nov 10, 2023
1 parent d12b374 commit 5ddfba6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/github-cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
path: ${{ github.workspace }}/executable.zip

- name: Release
uses: softprops/action-gh-release@v0.1.15
uses: ncipollo/release[email protected]
with:
files: executable.zip
artifacts: "executable.zip"
body: "This is sample body"

0 comments on commit 5ddfba6

Please sign in to comment.