Skip to content

Commit 5aa8fda

Browse files
committed
checkout in later jobs
1 parent ccd55d7 commit 5aa8fda

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/dotnet.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,8 @@ jobs:
111111
runs-on: ubuntu-latest
112112
steps:
113113

114+
- uses: actions/checkout@v4
115+
114116
- name: Pack
115117
run: |
116118
dotnet pack src/chdb/chdb.csproj -c Release --include-symbols --version-suffix ${{ github.run_number }}
@@ -129,6 +131,8 @@ jobs:
129131
env:
130132
PUSH_TOOL: true
131133
steps:
134+
- uses: actions/checkout@v4
135+
132136
- name: Pack
133137
run: |
134138
dotnet pack src/chdb-tool/chdb-tool.csproj -c Release --include-symbols --version-suffix ${{ github.run_number }}

0 commit comments

Comments
 (0)