We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58922c2 commit db5d351Copy full SHA for db5d351
.github/workflows/ContinuousIntegration.yaml
@@ -12,9 +12,9 @@ jobs:
12
- name: Fetch sources
13
uses: actions/checkout@v5
14
- name: Install dependencies
15
- run: ./invoke.ps1 Install
+ run: ./Invoke.ps1 Install
16
- name: Run tests
17
- run: ./invoke.ps1 Test
+ run: ./Invoke.ps1 Test
18
invoke:
19
needs: test
20
runs-on: ${{matrix.platform}}
invoke.ps1 Invoke.ps1invoke.ps1 renamed to Invoke.ps1
start.ps1 Start.ps1start.ps1 renamed to Start.ps1
action.yaml
@@ -17,7 +17,7 @@ runs:
steps:
- run: Add-Content $Env:GITHUB_PATH ${{github.action_path}}
shell: pwsh
- - run: start.ps1
+ - run: Start.ps1
21
22
env:
23
SETUP_HASHLINK_VERSION: ${{inputs.version}}
0 commit comments