Skip to content

Commit

Permalink
Fix the download build artifact path
Browse files Browse the repository at this point in the history
  • Loading branch information
kris-szlapa committed Apr 8, 2024
1 parent 0a6459f commit 230d55a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sam_release_code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: ${{ inputs.BUILD_ARTIFACT }}
path: .aws-sam/build
path: .

- name: Download specification artifact
uses: actions/download-artifact@v4
Expand Down

0 comments on commit 230d55a

Please sign in to comment.