Skip to content

Commit

Permalink
needed to download files
Browse files Browse the repository at this point in the history
  • Loading branch information
Administrator committed Oct 17, 2024
1 parent ddcde31 commit 9e3c486
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/deploy-frontend/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ inputs:
runs:
using: composite
steps:
- name: Download Artifacts To Job
uses: actions/download-artifact@v4
with:
name: frontend-tarball
- name: Unpack frontend
shell: bash
run: |
Expand Down

0 comments on commit 9e3c486

Please sign in to comment.