diff options
| author | Luke Street <luke@street.dev> | 2024-09-04 08:26:33 -0600 |
|---|---|---|
| committer | Luke Street <luke@street.dev> | 2024-09-04 08:26:33 -0600 |
| commit | 8e1861d75930b6da8c3504894087ca98ed1488fe (patch) | |
| tree | 9f232c2e8fe747d5f017c261247a8cea3a730a40 /.github | |
| parent | 31d1166b341555352dbba3ca7b14b642609bd90b (diff) | |
Fix artifact download
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0222a1a5..bc26ade8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -60,7 +60,7 @@ jobs: - name: Download artifact uses: actions/download-artifact@v4 with: - name: GZLE01-report-${{ github.sha }} + name: GZLE01_report path: ./artifacts - name: Rename artifact run: | |
