Skip to content

Commit

Permalink
Update main_twist-server.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
m-riley04 authored Dec 27, 2024
1 parent ebf3646 commit 256f458
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main_twist-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
- name: Build with dotnet
run: dotnet build --configuration Release

- name: Create output folder
run: mkdir ${{github.workspace}}/output/Release
- name: Create certificate folder(s)
run: mkdir %APPDATA%\ASP.NET && mkdir %APPDATA%\ASP.NET\https

- name: dotnet publish
run: dotnet publish -c Release -o ${{github.workspace}}/output
Expand Down

0 comments on commit 256f458

Please sign in to comment.