Skip to content

Commit ba4fee7

Browse files
committed
checkout files
1 parent 63329c0 commit ba4fee7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ jobs:
88
deployment:
99
runs-on: ubuntu-latest
1010
steps:
11+
- uses: actions/checkout@v2
12+
- name: Setup .NET
13+
uses: actions/setup-dotnet@v1
14+
with:
15+
dotnet-version: 6.0.x
1116
- name: Pack
1217
run: dotnet pack --configuration release --output ${{ github.workspace}}/output/
1318
- name: Push

0 commit comments

Comments
 (0)