mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-22 22:11:29 +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
|
choco install wget
|
||||||
|
|
||||||
- name: Download TimescaleDB
|
- name: Download TimescaleDB
|
||||||
run: "wget --quiet -O timescaledb.zip 'https://github.com/timescale/timescaledb/releases/download/${{ steps.version.outputs.version }}/\
|
run: "wget --quiet -O timescaledb.zip 'https://github.com/timescale/timescaledb/releases/download/\
|
||||||
timescaledb-postgresql-${{ matrix.pg}}_${{ steps.version.outputs.version }}-windows-amd64.zip'"
|
${{ steps.version.outputs.version }}/timescaledb-postgresql-${{ matrix.pg}}-windows-amd64.zip'"
|
||||||
|
|
||||||
- name: Install TimescaleDB
|
- name: Install TimescaleDB
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user