Skip to content

Commit 99f44f4

Browse files
committed
Update pack.yml
1 parent 3d62095 commit 99f44f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
~/.nuget/packages
3333
key: ${{ runner.os }}-${{ hashFiles('**/global.json', '**/*.csproj', '**/Directory.Packages.props') }}
3434
- name: 'Run: Test, Pack'
35-
run: ./src/build.cmd Test Pack
35+
run: ./build.cmd Test Pack
3636
- name: 'Publish: packages'
3737
uses: actions/upload-artifact@v5
3838
with:

0 commit comments

Comments
 (0)