Skip to content

Update on-commit.yml #9

Update on-commit.yml

Update on-commit.yml #9

Workflow file for this run

on:
push:
branches: [ "*" ]
jobs:
upload-artifact:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: ok-nick/[email protected]
- name: Build artifact dependencies
run: wally install
- name: Build artifact networking
run: zap network.zap
- name: Build artifact
run: rojo build default.project.json -o Artifact.rbxm
- name: Deploy artifact
run: lune run deploy Artifact.rbxm
env:
SDK_ARTIFACT_UPLOAD_SECRET: ${{secrets.SDK_ARTIFACT_UPLOAD_SECRET}}