Skip to content

Commit

Permalink
Update publish.yml [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
aschuhardt authored Oct 4, 2023
1 parent 043de13 commit 69d304c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
dotnet-version: 7.0.x
- name: Build
run: dotnet build -c Release -p:AssemblyVersion="${{ needs.version.outputs.assemblySemVer }}"
run: dotnet build ./Opal/Opal.csproj -c Release -p:AssemblyVersion="${{ needs.version.outputs.assemblySemVer }}"
- name: Pack
run: dotnet pack ./Opal/Opal.csproj --no-build -c Release -o .. -p:Version="${{ needs.version.outputs.semVer }}"
- name: Publish Library
Expand Down

0 comments on commit 69d304c

Please sign in to comment.