Skip to content

Commit

Permalink
Fix errors and update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
2e3s committed Dec 24, 2024
1 parent 488259a commit c54d792
Show file tree
Hide file tree
Showing 4 changed files with 123 additions and 58 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file_glob: true
file: target/debian/aw-*.rpm
file: target/generate-rpm/aw-*.rpm

build-windows:
runs-on: windows-latest
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/target
.*
!.github/
154 changes: 109 additions & 45 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c54d792

Please sign in to comment.