Skip to content

Merge pull request #3 from vocawaves/dependabot/pip/pyinstaller-5.13.1 #3

Merge pull request #3 from vocawaves/dependabot/pip/pyinstaller-5.13.1

Merge pull request #3 from vocawaves/dependabot/pip/pyinstaller-5.13.1 #3

Workflow file for this run

name: Build Linux Executable
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Package Application
uses: JackMcKew/[email protected]
with:
path: .
- uses: actions/upload-artifact@v2
with:
name: ray-configurator-${{ github.sha }}
path: dist/linux