Skip to content

Commit

Permalink
Fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixS90 committed Jun 5, 2024
1 parent 4a948d6 commit 9656886
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ jobs:
OS: windows-2019,
RunShell: cmd,
}
runs-on: ${{ matrix..config.OS }}
runs-on: ${{ matrix.config.OS }}
steps:
- uses: actions/checkout@v4.1.0
with:
Expand All @@ -239,7 +239,7 @@ jobs:
PyVersionLatest: "${{inputs.PyVersionLatest}}"
ArtifactName: Sdist
PkgRootFolder: "${{ github.workspace }}/${{inputs.PkgRootFolder}}"
RunShell: ${{ matrix..config.RunShell }}
RunShell: ${{ matrix.config.RunShell }}
needs: PackageSDist
Upload:
permissions:
Expand Down

0 comments on commit 9656886

Please sign in to comment.