Skip to content

Commit

Permalink
Correct syntax error in yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
gmarkall committed Jul 23, 2024
1 parent a4af89b commit a323c49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -162,5 +162,5 @@ jobs:
if: "!cancelled()"
uses: actions/upload-artifact@v4
with:
name ${{ env.package_name }}
name: ${{ env.package_name }}
path: ${{ env.package_path }}/${{ env.package_name }}

0 comments on commit a323c49

Please sign in to comment.