Skip to content

Commit bd4e0e3

Browse files
dang
1 parent e937c4c commit bd4e0e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/early_runners.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -90,12 +90,12 @@ jobs:
9090

9191
# windows is a special snowflake too, it saves binaries as .exe
9292
- name: 👦 Name the Binary
93-
if: matrix.config.os == 'windows-latest'
93+
if: matrix.config.os == 'windows-2022'
9494
run: |
9595
mkdir dist
9696
cp target/${{ matrix.config.target }}/release/postgrestools.exe ./dist/postgrestools_${{ matrix.config.target }}
9797
- name: 👦 Name the Binary
98-
if: matrix.config.os != 'windows-latest'
98+
if: matrix.config.os != 'windows-2022'
9999
run: |
100100
mkdir dist
101101
cp target/${{ matrix.config.target }}/release/postgrestools ./dist/postgrestools_${{ matrix.config.target }}

0 commit comments

Comments
 (0)