Skip to content

Commit

Permalink
ci: fix wrong path of action
Browse files Browse the repository at this point in the history
  • Loading branch information
mts88 committed Oct 2, 2024
1 parent 29dd2ba commit 7aa278e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions .github/actions/restore-build-artifact/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,6 @@ inputs:
runs:
using: composite
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Display structure of downloaded files
shell: bash
run: ls -R

- uses: actions/download-artifact@v4
with:
name: ${{ inputs.artifact-name }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
uses: ./.github/actions/cache-prod-dependencies

- name: Download artifact
uses: ./github/actions/restore-build-artifact
uses: ./.github/actions/restore-build-artifact
with:
artifact-name: ${{ steps.build-artifact.outputs.artifact-name }}

Expand Down

0 comments on commit 7aa278e

Please sign in to comment.