Commit 00ed9e9
authored
fix: Path to checksum file was relative and it caused issues when run from the action workflow (#6)
When running in a workflow, the generate_version_checksums.sh was being
executed from the root of the workspace which caused the relative path
to be incorrect.
Changed the main script to accept the checksum file as a parameter and
updated the workflow to pass the fully qualified path.1 parent 26f7b08 commit 00ed9e9
File tree
2 files changed
+8
-3
lines changed- .github
- workflows
2 files changed
+8
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
3 | 10 | | |
4 | 11 | | |
5 | 12 | | |
6 | 13 | | |
7 | 14 | | |
8 | | - | |
9 | | - | |
10 | 15 | | |
11 | 16 | | |
12 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
0 commit comments