Skip to content

Commit

Permalink
Fixed release V
Browse files Browse the repository at this point in the history
  • Loading branch information
mfep committed Jun 5, 2021
1 parent 3c0a92e commit fcd7928
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
- name: linux
os: ubuntu-latest
artifact_name: target/release/genee
asset_name: genee_lin_${{ github.ref }}
asset_name: genee_linux
- name: windows
os: windows-latest
artifact_name: target/release/genee.exe
asset_name: genee_win_${{ github.ref }}.exe
asset_name: genee_windows.exe

steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit fcd7928

Please sign in to comment.