Skip to content

Commit

Permalink
bump deps, fix pre-release archive, improve long help
Browse files Browse the repository at this point in the history
  • Loading branch information
soywod committed Nov 21, 2024
1 parent ea9945a commit 1dde4aa
Show file tree
Hide file tree
Showing 9 changed files with 647 additions and 314 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,10 @@ jobs:
run: |
nix build -L .#${{ matrix.target }}
nix run -L .#${{ matrix.target }} -- --version
- name: Upload release artifact (tarball)
- name: Upload release artifacts
uses: actions/upload-artifact@v4
with:
name: "neverest.${{ matrix.target }}.tgz"
path: result/neverest.tgz
- name: Upload release artifact (zip)
uses: actions/upload-artifact@v4
with:
name: "neverest.${{ matrix.target }}.zip"
path: result/neverest.zip
name: "neverest.${{ matrix.target }}"
path: |
result/bin/neverest*
result/bin/share
Loading

0 comments on commit 1dde4aa

Please sign in to comment.