Tweaks to workflow
This commit is contained in:
parent
e288ff9f6b
commit
49325f9ca0
|
@ -14,11 +14,10 @@ jobs:
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- run: echo " The ${{ gitea.repository }} repository has been cloned to the runner."
|
- run: echo " The ${{ gitea.repository }} repository has been cloned to the runner."
|
||||||
- name: Build backend
|
- name: Build backend
|
||||||
- uses: actions/setup-dotnet@v3
|
uses: actions/setup-dotnet@v3
|
||||||
with:
|
with:
|
||||||
dotnet-version: '7.x.x'
|
dotnet-version: '7.0.x'
|
||||||
- run: |
|
run: dotnet publish ${{ gitea.workspace }}/csharp/App/Backend/Backend.csproj -c Release -r linux-x64 --self-contained true -p:PublishTrimmed=false
|
||||||
dotnet publish ${{ gitea.workspace }}/csharp/App/Backend/Backend.csproj -c Release -r linux-x64 --self-contained true -p:PublishTrimmed=false
|
|
||||||
- name: Build frontend
|
- name: Build frontend
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue