diff --git a/.github/workflows/export-server.yml b/.github/workflows/export-server.yml index 393ea46..ee334d1 100644 --- a/.github/workflows/export-server.yml +++ b/.github/workflows/export-server.yml @@ -3,8 +3,7 @@ on: [push, workflow_dispatch] jobs: # job id, can be anything export_game: - # Always use ubuntu-latest for this action - runs-on: ubuntu-latest + runs-on: self-hosted # Add permission for release creation. Can be made narrower according to your needs permissions: write-all # Job name, can be anything