ci: working on snaps

This commit is contained in:
Mitchell Hashimoto
2025-09-07 13:32:54 -07:00
parent e1627a80e9
commit 7582035a46
2 changed files with 13 additions and 3 deletions

View File

@@ -281,7 +281,11 @@ jobs:
- name: Trigger Snap workflow
run: |
gh workflow run snap.yml --ref ${{ github.ref_name || 'main' }} --field source-tarball-id=${{ needs.build-dist.outputs.artifact-id }}
gh workflow run \
snap.yml \
--ref ${{ github.ref_name || 'main' }} \
--field source-run-id=${{ github.run_id }} \
--field source-artifact-id=${{ needs.build-dist.outputs.artifact-id }}
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}