Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ jobs:
run: |
NFPM_VERSION=2.45.1
curl -sfL -o /tmp/nfpm.tar.gz \
"https://github.com/goreleaser/nfpm/releases/download/v${NFPM_VERSION}/nfpm_${NFPM_VERSION}_linux_amd64.tar.gz"
"https://github.com/goreleaser/nfpm/releases/download/v${NFPM_VERSION}/nfpm_${NFPM_VERSION}_Linux_x86_64.tar.gz"
tar -xzf /tmp/nfpm.tar.gz -C /usr/local/bin nfpm

- name: Stage files for packaging
Expand Down Expand Up @@ -405,7 +405,7 @@ jobs:
run: |
NFPM_VERSION=2.45.1
curl -sfL -o /tmp/nfpm.tar.gz \
"https://github.com/goreleaser/nfpm/releases/download/v${NFPM_VERSION}/nfpm_${NFPM_VERSION}_linux_amd64.tar.gz"
"https://github.com/goreleaser/nfpm/releases/download/v${NFPM_VERSION}/nfpm_${NFPM_VERSION}_Linux_x86_64.tar.gz"
tar -xzf /tmp/nfpm.tar.gz -C /usr/local/bin nfpm

- name: Stage files for packaging
Expand Down
2 changes: 1 addition & 1 deletion packaging/chocolatey/sql-pipe.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Columns are auto-detected as INTEGER, REAL, or TEXT. Use `--no-type-inference` t
]]></description>
<projectUrl>https://github.com/vmvarela/sql-pipe</projectUrl>
<tags>csv sql sqlite cli pipe terminal data</tags>
<license type="expression">MIT</license>
<licenseUrl>https://github.com/vmvarela/sql-pipe/blob/master/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectSourceUrl>https://github.com/vmvarela/sql-pipe</projectSourceUrl>
<bugTrackerUrl>https://github.com/vmvarela/sql-pipe/issues</bugTrackerUrl>
Expand Down
Loading