We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2f2e91 commit 9ad8379Copy full SHA for 9ad8379
.github/workflows/release-cli.yml
@@ -77,7 +77,7 @@ jobs:
77
uses: actions/checkout@v3
78
79
- name: Set env var
80
- run: echo "ZIPFILE=sqlitecloud-go-${{ github.event.release.name }}-${{ env.OSNAME }}-${{ env.GOARCH }}.zip" >> $GITHUB_ENV
+ run: echo "ZIPFILE=sqlitecloud-go-${{ github.event.release.name }}-${{ env.OSNAME }}-${{ env.ARCHNAME }}.zip" >> $GITHUB_ENV
81
82
- name: Build CLI
83
run: |
0 commit comments