Skip to content

Commit

Permalink
fix: windows release name
Browse files Browse the repository at this point in the history
  • Loading branch information
axetroy committed Mar 7, 2022
1 parent d9b8117 commit caf52b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,9 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GT_TOKEN }}
with:
files: |
target/i686-pc-windows-msvc/release/gpm_window_386.tar.gz
target/aarch64-pc-windows-msvc/release/gpm_window_arm64.tar.gz
target/x86_64-pc-windows-msvc/release/gpm_window_amd64.tar.gz
target/i686-pc-windows-msvc/release/gpm_windows_386.tar.gz
target/aarch64-pc-windows-msvc/release/gpm_windows_arm64.tar.gz
target/x86_64-pc-windows-msvc/release/gpm_windows_amd64.tar.gz
target/x86_64-unknown-linux-musl/release/gpm_linux_amd64.tar.gz
target/i686-unknown-linux-musl/release/gpm_linux_386.tar.gz
Expand Down

0 comments on commit caf52b5

Please sign in to comment.