Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/CodeBeamOrg/BCSS into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
mckaragoz committed Nov 16, 2023
2 parents 0c8aeff + 313b999 commit d4a907e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ jobs:
- name: Setup .NET Core
uses: actions/[email protected]
with:
dotnet-version: 7.0.x
dotnet-version: 8.0.x
- name: Install dependencies
run: dotnet restore
- name: Build with dotnet
run: dotnet build --configuration Release --no-restore
- name: Publish
run: dotnet publish /home/runner/work/BCSS/BCSS/BCSSViewer.Wasm/BCSSViewer.Wasm.csproj -c Release -f net7.0 --output ./Release
run: dotnet publish /home/runner/work/BCSS/BCSS/BCSSViewer.Wasm/BCSSViewer.Wasm.csproj -c Release -f net8.0 --output ./Release

- name: 📂 Sync files
if: ${{ github.repository_owner == 'CodeBeamOrg' }}
Expand Down

0 comments on commit d4a907e

Please sign in to comment.