Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
test
  • Loading branch information
tossnet authored Nov 29, 2023
1 parent a629c1e commit 52f359c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- name: Dotnet Publish
run:
dotnet publish --configuration Release --framework net8.0
dotnet publish --configuration Release -f net8.0

- name: Change base-tag in index.html to repo name
run: sed -i 's/<base href="\/" \/>/<base href="\/${{ env.REPO_NAME }}\/" \/>/g' $GITHUB_WORKSPACE/$PUBLISH_FOLDER/index.html
Expand Down

0 comments on commit 52f359c

Please sign in to comment.