Skip to content

Commit

Permalink
Add kick name
Browse files Browse the repository at this point in the history
  • Loading branch information
udoprog committed Mar 1, 2024
1 parent 29c2a70 commit 643562d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,12 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
include:
- package: zip
- package: msi
os: windows-latest
- package: deb
os: ubuntu-latest
- {os: windows-latest, package: zip}
- {os: windows-latest, package: msi}
- {os: ubuntu-latest, package: zip}
- {os: ubuntu-latest, package: deb}
- {os: macos-latest, package: zip}
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
Expand Down
1 change: 1 addition & 0 deletions Kick.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
name = "oxidize"

0 comments on commit 643562d

Please sign in to comment.