Skip to content

Commit

Permalink
checkout files
Browse files Browse the repository at this point in the history
  • Loading branch information
ctolkien committed Jan 17, 2023
1 parent 63329c0 commit ba4fee7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ jobs:
deployment:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.x
- name: Pack
run: dotnet pack --configuration release --output ${{ github.workspace}}/output/
- name: Push
Expand Down

0 comments on commit ba4fee7

Please sign in to comment.