Skip to content

Commit

Permalink
named exe chunkt
Browse files Browse the repository at this point in the history
  • Loading branch information
joedaws committed Nov 15, 2024
1 parent c8a914a commit 8db4f97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,12 @@ jobs:
uses: actions/download-artifact@v4
with:
name: chunktool-${{ matrix.os }}
path: chunkt

- name: Create release
uses: softprops/action-gh-release@v1
with:
files: /home/runner/work/chunktool/chunktool
files: chunkt
name: chunktool-${{ github.ref_name }}-${{ matrix.os }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: chunktool
version: 0.3.0.13
version: 0.3.0.14
github: "joedaws/chunktool"
license: BSD3
author: "Joseph Daws Jr."
Expand Down

0 comments on commit 8db4f97

Please sign in to comment.