Skip to content

Commit

Permalink
- Clean dotnet restore command
Browse files Browse the repository at this point in the history
  • Loading branch information
KoalaBear84 committed Apr 6, 2021
1 parent 5d75057 commit 4351f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
run: echo ::set-output name=VERSION::${GITHUB_REF#refs/tags/v}

- name: Restore with dotnet
run: dotnet restore src/OpenDirectoryDownloader --configuration Release -p:Version=${{ steps.get_version.outputs.VERSION }}
run: dotnet restore src/OpenDirectoryDownloader

- name: Build with dotnet
run: dotnet build src/OpenDirectoryDownloader --configuration Release -p:Version=${{ steps.get_version.outputs.VERSION }}
Expand Down

0 comments on commit 4351f8a

Please sign in to comment.