We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e937c4c commit bd4e0e3Copy full SHA for bd4e0e3
.github/workflows/early_runners.yml
@@ -90,12 +90,12 @@ jobs:
90
91
# windows is a special snowflake too, it saves binaries as .exe
92
- name: 👦 Name the Binary
93
- if: matrix.config.os == 'windows-latest'
+ if: matrix.config.os == 'windows-2022'
94
run: |
95
mkdir dist
96
cp target/${{ matrix.config.target }}/release/postgrestools.exe ./dist/postgrestools_${{ matrix.config.target }}
97
98
- if: matrix.config.os != 'windows-latest'
+ if: matrix.config.os != 'windows-2022'
99
100
101
cp target/${{ matrix.config.target }}/release/postgrestools ./dist/postgrestools_${{ matrix.config.target }}
0 commit comments