Skip to content

Commit

Permalink
Update dotnet-desktop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoVG authored Mar 22, 2024
1 parent b26e4d1 commit b26504e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
runs-on: ubuntu-latest
steps:
# uses GitHub's checkout action to checkout code form the master branch
- uses: actions/checkout@v3
- uses: actions/checkout@v4

# sets up .NET Core SDK 3.1
- name: Setup .NET Core SDK
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.x
# Configure WASM tools
Expand All @@ -35,7 +35,7 @@ jobs:
run: ls -al
# changes the base-tag in index.html from '/' to 'CurrentDevice' to match GitHub Pages repository subdirectory
- name: Change base-tag in index.html from / to CurrentDevice
run: sed -i 's/<base href="\/" \/>/<base href="\/CurrentDevice\/" \/>/g' release/index.html
run: sed -i 's/<base href="\/" \/>/<base href="\/CurrentDevice\/" \/>/g' release/wwwroot/index.html
# DEBUG: List files
- name: copy to release
run: cp release/wwwroot/* release/ -r
Expand Down

0 comments on commit b26504e

Please sign in to comment.