Skip to content

Commit

Permalink
Fix a typo in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Oct 11, 2021
1 parent 0401ef8 commit fc7fddb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ jobs:
--manylinux ${{ matrix.platform.manylinux }}
- name: Archive binary
run: tar czvf target/release/maturin.tar.gz -C target/${{ matrix.platform.target }}/release maturin
- name: Upload to gitHub release
- name: Upload to github release
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -206,7 +206,7 @@ jobs:
--cargo-extra-args="--features log,upload,human-panic"
- name: Archive binary
run: tar czvf target/release/maturin.tar.gz -C target/${{ matrix.platform.target }}/release maturin
- name: Upload to gitHub release
- name: Upload to github release
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit fc7fddb

Please sign in to comment.