Skip to content

Commit 1adb4b5

Browse files
committed
CI build/upload fix
1 parent df5f472 commit 1adb4b5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
matrix:
1818
# You can add more, for any target you'd like!
1919
include:
20-
- build: windows-gnu
20+
- build: windows
2121
os: windows-latest
22-
target: x86_64-pc-windows-gnu
22+
target: x86_64-pc-windows-msvc
2323

2424
steps:
2525
- name: Checkout
@@ -40,15 +40,15 @@ jobs:
4040
- name: Build
4141
uses: actions-rs/cargo@v1
4242
with:
43-
use-cross: true
43+
use-cross: false
4444
command: build
4545
args: --verbose --release --target ${{ matrix.target }}
4646

4747
- name: Build archive
4848
shell: bash
4949
run: |
5050
# Replace with the name of your binary
51-
binary_name="<BINARY_NAME>"
51+
binary_name="txcproxy"
5252
5353
dirname="$binary_name-${{ env.VERSION }}-${{ matrix.target }}"
5454
mkdir "$dirname"

0 commit comments

Comments
 (0)