Skip to content

Commit

Permalink
use inputs build-target
Browse files Browse the repository at this point in the history
  • Loading branch information
PastaPastaPasta committed Feb 13, 2025
1 parent 0029b10 commit f77d1c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-src.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Download depends artifact
uses: actions/download-artifact@v4
with:
name: depends-${{ steps.setup.outputs.BUILD_TARGET }}
name: depends-${{ inputs.build-target }}
path: |
depends/${{ steps.setup.outputs.HOST }}
Expand Down

0 comments on commit f77d1c9

Please sign in to comment.