Update windows package link in github action

This commit is contained in:
Lakshmi Narayanan Sreethar 2023-04-24 20:35:08 +05:30 committed by Lakshmi Narayanan Sreethar
parent 44dc042bb3
commit 3bf58dac02

View File

@ -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: |