Skip to content

Commit

Permalink
ci: more arch
Browse files Browse the repository at this point in the history
  • Loading branch information
fengyc committed Jun 7, 2022
1 parent 7c16799 commit 753be5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Rename
env:
TARGET: ${{ matrix.target }}
run: mv target/$TARGET/release/wol target/$TARGET/release/wol-$TARGET
run: mv target/$env:TARGET/release/wol target/$env:TARGET/release/wol-$TARGET

- name: Upload artifact
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 753be5c

Please sign in to comment.