Skip to content

Commit

Permalink
Fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
vv9k committed Sep 21, 2022
1 parent 3076313 commit 3dea549
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ jobs:
uses: hecrj/setup-rust-action@v1
- name: Checkout
uses: actions/checkout@v2
- name: make test
- name: Test
run: make test

build_and_upload_artifacts:
name: Upload Artifacts
Expand Down Expand Up @@ -78,6 +79,7 @@ jobs:
- name: Move release files
run: |
mv target/release/wutag wutag/
mv target/release/wutagd wutag/
mv README.md wutag/
mv LICENSE wutag/
- name: Move service file
Expand Down

0 comments on commit 3dea549

Please sign in to comment.