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 256f458 commit 24f1e32
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main_twist-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,11 @@ jobs:
- name: Build with dotnet
run: dotnet build --configuration Release

- name: Debug print
run: echo %APPDATA% && echo $env:APPDATA

- name: Create certificate folder(s)
run: mkdir %APPDATA%\ASP.NET && mkdir %APPDATA%\ASP.NET\https
run: mkdir $env:APPDATA\\ASP.NET\\https

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

0 comments on commit 24f1e32

Please sign in to comment.