Skip to content

Commit

Permalink
improve kuma-client api
Browse files Browse the repository at this point in the history
  • Loading branch information
BigBoot committed Feb 6, 2024
1 parent c7e1ebd commit 53004bf
Show file tree
Hide file tree
Showing 20 changed files with 913 additions and 592 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust-build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
- name: Download All Artifacts
uses: actions/download-artifact@v4
with:
path: autokuma
path: dist
pattern: autokuma-*
merge-multiple: true

Expand All @@ -99,6 +99,6 @@ jobs:
uses: softprops/action-gh-release@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
title: Release ${{ github.ref }}
name: Release ${{ github.ref }}
body: ${{ steps.changelog.outputs.description }}
files: autokuma/*
files: dist/*
160 changes: 102 additions & 58 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 53004bf

Please sign in to comment.