Skip to content

Fixed bug were haloJump and lineJump script were mixed up (#1226) #177

Fixed bug were haloJump and lineJump script were mixed up (#1226)

Fixed bug were haloJump and lineJump script were mixed up (#1226) #177

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/*