Skip to content

Commit

Permalink
Update build files artifact name to reduce confusion between the arti…
Browse files Browse the repository at this point in the history
…fact name and the zip file name. (oppia#21640)
  • Loading branch information
seanlip authored Jan 6, 2025
1 parent 8efa155 commit 53bb6ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/generate-build-files/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ runs:
uses: actions/download-artifact@v4
continue-on-error: true
with:
name: build_files
name: cached_build_files
path: /home/runner/work/oppia
- name: Unzip build files
if: steps.download_artifact.outcome != 'failure'
Expand Down Expand Up @@ -47,7 +47,7 @@ runs:
if: steps.download_artifact.outcome == 'failure'
uses: actions/upload-artifact@v4
with:
name: build_files
name: cached_build_files
path: /home/runner/work/oppia/build_files.zip
retention-days: 7
overwrite: true

0 comments on commit 53bb6ce

Please sign in to comment.