Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tossnet authored Feb 8, 2024
1 parent 5b82194 commit cbf8df7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:

- uses: actions/setup-dotnet@v3
with:
dotnet-version: '8.x'
dotnet-version: '7.x'

- name: Dotnet Publish
run:
dotnet publish --configuration Release -f net8.0
dotnet publish --configuration Release -f net7.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 cbf8df7

Please sign in to comment.