I am 'le stupid' #21
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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}} |