Skip to content

Commit

Permalink
chore: Adjust GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Jul 22, 2024
1 parent 4a1b4ad commit 60efdb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: |
mkdir -p $GITHUB_WORKSPACE/artifacts
mkdir -p $GITHUB_WORKSPACE/artifacts/wasm
cd src/MyApp.Wasm
cd src/MyApp
dotnet publish -c Release -f net8.0-browserwasm -p:OverrideTargetFrameworks=net8.0 /bl:/artifacts/mbuild.binlog -o $GITHUB_WORKSPACE/artifacts/wasm
- uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 60efdb6

Please sign in to comment.