Skip to content

Commit

Permalink
ci: github action
Browse files Browse the repository at this point in the history
  • Loading branch information
fengyc committed Jun 11, 2023
1 parent 113f295 commit 2c18ce2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Expand Up @@ -113,7 +113,8 @@ jobs:
- name: Rename
env:
TARGET: ${{ matrix.target }}
run: mv target/$env:TARGET/release/wol.exe target/$env:TARGET/release/wol-$env:TARGET.exe
run: |
cd target/$env:TARGET/release/ && mv wol.exe wol-$env:TARGET.exe
- name: Upload artifact
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 2c18ce2

Please sign in to comment.