Skip to content

Commit

Permalink
changing publish script in .yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andyopayne committed Aug 23, 2023
1 parent 1fbcc74 commit 78627a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
echo ${{ steps.revision.outputs.revision }}
(get-content .\src\compute.geometry\FixedEndpoints.cs).replace('git_sha = null', 'git_sha = "${{ steps.revision.outputs.revision }}"') | set-content .\src\compute.geometry\FixedEndpoints.cs
- name: build
run: dotnet publish src/compute.sln -c Release -p:PublishTrimmed=true --self-contained true -r win-x64
run: dotnet publish src/hops.sln -c Release
- name: artifacts
if: github.ref == format('refs/heads/{0}', github.event.repository.default_branch)
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 78627a2

Please sign in to comment.