Skip to content

Updated image versions #135

Updated image versions

Updated image versions #135

Workflow file for this run

name: Build
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
name: Build and push
steps:
- name: actions/checkout
uses: actions/checkout@v2
- name: Run compiler
run: bash scripts/build
- name: Set executable # See https://stackoverflow.com/a/40979016/11389747
run: git add --force --chmod=+x dist/bin/*
- name: s0/git-publish-subdir-action
uses: s0/git-publish-subdir-action@v2.5.1
env:
REPO: self
BRANCH: dist
FOLDER: dist
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MESSAGE: "Build: ({sha}) {msg}"
SKIP_EMPTY_COMMITS: true