mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-22 05:31:41 +08:00
Update windows package link in github action
This commit is contained in:
parent
44dc042bb3
commit
3bf58dac02
4
.github/workflows/windows-packages.yaml
vendored
4
.github/workflows/windows-packages.yaml
vendored
@ -98,8 +98,8 @@ jobs:
|
||||
choco install wget
|
||||
|
||||
- name: Download TimescaleDB
|
||||
run: "wget --quiet -O timescaledb.zip 'https://github.com/timescale/timescaledb/releases/download/${{ steps.version.outputs.version }}/\
|
||||
timescaledb-postgresql-${{ matrix.pg}}_${{ steps.version.outputs.version }}-windows-amd64.zip'"
|
||||
run: "wget --quiet -O timescaledb.zip 'https://github.com/timescale/timescaledb/releases/download/\
|
||||
${{ steps.version.outputs.version }}/timescaledb-postgresql-${{ matrix.pg}}-windows-amd64.zip'"
|
||||
|
||||
- name: Install TimescaleDB
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user