Skip to content

Commit

Permalink
Update build_on_tag.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
virtuallyaverage authored Jan 4, 2025
1 parent 3c85d94 commit 2fce527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_on_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: dotnet restore

- name: Publish
run: dotnet publish Sidecar-v3/YourProject.csproj -c Release -r ${{ matrix.publish_runtime }} --self-contained true -p:PublishSingleFile=true -o ./publish
run: dotnet publish Sidecar-v3/Sidecar-v3.csproj -c Release -r ${{ matrix.publish_runtime }} --self-contained true -p:PublishSingleFile=true -o ./publish

- name: Upload artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 2fce527

Please sign in to comment.