Skip to content

Commit 61a95da

Browse files
authored
Update on-commit.yml
didn't forget about networking
1 parent 57700fe commit 61a95da

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/on-commit.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@ jobs:
1010
- uses: ok-nick/setup-aftman@v0.4.2
1111
- name: Build artifact dependencies
1212
run: wally install
13+
- name: Build artifact networking
14+
run: zap network.zap
1315
- name: Build artifact
1416
run: rojo build default.project.json -o Artifact.rbxm
1517
- name: Deploy artifact
1618
run: lune run deploy Artifact.rbxm
1719
env:
18-
SDK_ARTIFACT_UPLOAD_SECRET: ${{secrets.SDK_ARTIFACT_UPLOAD_SECRET}}
20+
SDK_ARTIFACT_UPLOAD_SECRET: ${{secrets.SDK_ARTIFACT_UPLOAD_SECRET}}

0 commit comments

Comments
 (0)