Commit e9fd6aa
authored
ci: Use correct artifact name for dogfooding (#742)
## Summary
Fixes release workflow failure caused by artifact name mismatch.
The `download-artifact` step in `action.yml` was looking for an artifact
named with the commit SHA (`${{ github.sha }}`), but `build.yml` uploads
the artifact as `craft-binary`.
## Changes
- Updated `action.yml` to download artifact by name `craft-binary`
instead of `${{ github.sha }}`
## Related
- Failed run:
https://github.com/getsentry/craft/actions/runs/217550749711 parent bf5e62f commit e9fd6aa
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| |||
0 commit comments