Skip to content

Commit

Permalink
Update build and deployment configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
granticusmaximus committed Jan 31, 2024
1 parent c992d52 commit 8f65187
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main_newempire.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ jobs:
run: dotnet build Empire/Empire.csproj --configuration Release

- name: dotnet publish
run: dotnet publish Empire/Empire.csproj -c Release -o ${{env.DOTNET_ROOT}}/myapp
run: dotnet publish Empire/Empire.csproj -c Release -o ${{env.DOTNET_ROOT}}/Empire

- name: Upload artifact for deployment job
uses: actions/upload-artifact@v3
with:
name: .net-app
path: ${{env.DOTNET_ROOT}}/myapp
path: ${{env.DOTNET_ROOT}}/Empire

deploy:
runs-on: windows-latest
Expand Down
Binary file removed Empire/EmpireDb.db-shm
Binary file not shown.
Empty file removed Empire/EmpireDb.db-wal
Empty file.

0 comments on commit 8f65187

Please sign in to comment.