Skip to content

Commit 27c9e77

Browse files
committed
fix: update workflow file with target option and repository
1 parent a2c6b43 commit 27c9e77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
# but also really annoying to build CI around when it needs secrets to work right.)
7777
- id: plan
7878
run: |
79-
dist ${{ (!github.event.pull_request && format('host --steps=create --tag={0}', github.ref_name)) || 'plan' }} --output-format=json > plan-dist-manifest.json
79+
dist ${{ (!github.event.pull_request && format('host --steps=create --tag={0} --target=x86_64-unknown-linux-gnu', github.ref_name)) || 'plan --target=x86_64-unknown-linux-gnu' }} --output-format=json > plan-dist-manifest.json
8080
echo "dist ran successfully"
8181
cat plan-dist-manifest.json
8282
echo "manifest=$(jq -c "." plan-dist-manifest.json)" >> "$GITHUB_OUTPUT"
@@ -288,7 +288,7 @@ jobs:
288288
steps:
289289
- uses: actions/checkout@v4
290290
with:
291-
repository: "openSVM/homebrew-lessvm"
291+
repository: "openSVM/lessvm"
292292
token: ${{ secrets.HOMEBREW_TAP_TOKEN }}
293293
# So we have access to the formula
294294
- name: Fetch homebrew formulae

0 commit comments

Comments
 (0)