Skip to content

Commit

Permalink
fix relase GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
zleyyij committed Aug 29, 2024
1 parent 2a4bc18 commit a810af5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
# .github/workflows/release.yml

on:
workflow_dispatch:
release:
types: [created]

Expand All @@ -18,9 +17,9 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Compile and release
uses: rust-build/[email protected].4
uses: rust-build/[email protected].5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
BINARY: hwapi
with:
SRC_DIR: server
RUSTTARGET: ${{ matrix.target }}

0 comments on commit a810af5

Please sign in to comment.