Skip to content

Updated chemlights before I get yelled at by battalion (#1185) #151

Updated chemlights before I get yelled at by battalion (#1185)

Updated chemlights before I get yelled at by battalion (#1185) #151

name: Deploy DevBuild Artifacts
on:
push:
branches:
- main
jobs:
build:
name: Create And Upload Releases
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@master
- name: Build releases
run: ./tools/deploy.sh DevBuild-$(git rev-parse --short HEAD)
- name: Upload releases
uses: actions/upload-artifact@v3
with:
name: cScripts_DevBuilds
path: release/*