Skip to content

Commit fa00c9a

Browse files
Merge pull request #8 from christopher-buss/feature/mantle
ci: fix roblosecurity auth error
2 parents 51fba5a + 29e4891 commit fa00c9a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-development.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
if-no-files-found: error
6060

6161
deploy:
62-
runs-on: ubuntu-latest
62+
runs-on: self-hosted
6363
environment: development
6464
needs: build
6565

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
path: place.rbxlx
5959

6060
deploy:
61-
runs-on: ubuntu-latest
61+
runs-on: self-hosted
6262
environment: production
6363
needs: build
6464

0 commit comments

Comments
 (0)