Commit 29be915
authored
Rework use of actions/upload-artifact (#135)
## Description
Uses the correct path to the build files when passing them to upload-artifact so that the files are actually uploaded.
## Why is this needed
Files weren't being uploaded.
## How Has This Been Tested?
From my fork.
## How are existing users impacted? What migration steps/scripts do we need?
They can fetch files built by official CI instead of being required to build locally.1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
63 | | - | |
| 62 | + | |
| 63 | + | |
0 commit comments