Update .gitea/workflows/build_test_publish.yml
This commit is contained in:
@@ -60,7 +60,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
dotnet-version: 7.0.x
|
dotnet-version: 7.0.x
|
||||||
- name: Publish
|
- name: Publish
|
||||||
run: dotnet publish -c Release -r win-${{ matrix.platform }} --self-contained true -p:PublishSingleFile=true -p:Version=${{needs.determine_version.outputs.version}} .\TimetableDesigner\TimetableDesigner.csproj
|
run: dotnet publish -c Release -r win-${{ matrix.platform }} --self-contained true -p:PublishSingleFile=true -p:Version=${{needs.determine_version.outputs.version}} TimetableDesigner\\TimetableDesigner.csproj
|
||||||
- name: Create .ZIP archive
|
- name: Create .ZIP archive
|
||||||
id: archive
|
id: archive
|
||||||
uses: ksm2/archive-action@v1
|
uses: ksm2/archive-action@v1
|
||||||
|
|||||||
Reference in New Issue
Block a user