Skip to content

ci: fix job name

ci: fix job name #4

Workflow file for this run

name: Build pex & deb
on: push
jobs:
refresh:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v22
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- run: nix-channel --add https://nixos.org/channels/nixpkgs-unstable nixpkgs
- run: nix-channel --update
- run: ./pex.sh
- run: ./deb.sh
- name: Store pex
uses: actions/upload-artifact@v3
with:
name: pex
path: robot_failover.pex
- name: Store deb
uses: actions/upload-artifact@v3
with:
name: deb
path: robot_failover.deb