Commit 40829e9
authored
FIX: Use $GITHUB_ACTION_PATH to locate pixi.lock for downstream users (#96)
* As the GitHub Action is being used in other workflows, it does not know the
local file paths and so to have prefix-dev/setup-pixi find the lock file and
'pixi run' know where `upload_wheels.sh` is, the environmental variable
'GITHUB_ACTION_PATH' is used through the '${{ github.action_path }}' context.
- c.f. https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/store-information-in-variables#default-environment-variables1 parent e5087b7 commit 40829e9
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
| 38 | + | |
37 | 39 | | |
38 | 40 | | |
39 | 41 | | |
| |||
43 | 45 | | |
44 | 46 | | |
45 | 47 | | |
46 | | - | |
| 48 | + | |
0 commit comments