Skip to content

Commit 4eb0884

Browse files
authored
Fix Equinox release (sqlc-dev#65)
1 parent 4ffadfb commit 4eb0884

File tree

2 files changed

+2
-39
lines changed

2 files changed

+2
-39
lines changed

.github/workflows/equinox.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
env:
1818
EQUINOX_API_TOKEN: ${{ secrets.EQUINOX_API_TOKEN }}
1919
EQUINOX_SIGNING_KEY: ${{ secrets.EQUINOX_SIGNING_KEY }}
20-
run: equinox release --channel devel --version=$GITHUB_SHA --draft --platforms=darwin_amd64 --app=app_i4iCp1SuYfZ --token=$EQUINOX_API_TOKEN github.com/kyleconroy/sqlc
20+
run: equinox release --channel devel --version=$GITHUB_SHA --draft --platforms=darwin_amd64 --app=app_i4iCp1SuYfZ --token=$EQUINOX_API_TOKEN ./cmd/sqlc
2121

2222
linux:
2323
name: Build on Linux
@@ -31,6 +31,6 @@ jobs:
3131
env:
3232
EQUINOX_API_TOKEN: ${{ secrets.EQUINOX_API_TOKEN }}
3333
EQUINOX_SIGNING_KEY: ${{ secrets.EQUINOX_SIGNING_KEY }}
34-
run: ./equinox release --channel devel --version=$GITHUB_SHA --platforms=linux_amd64 --app=app_i4iCp1SuYfZ --token=$EQUINOX_API_TOKEN github.com/kyleconroy/sqlc
34+
run: ./equinox release --channel devel --version=$GITHUB_SHA --platforms=linux_amd64 --app=app_i4iCp1SuYfZ --token=$EQUINOX_API_TOKEN ./cmd/sqlc
3535

3636

.semaphore/equinox.yml

Lines changed: 0 additions & 37 deletions
This file was deleted.

0 commit comments

Comments
 (0)