Skip to content

Bump version to 1.0.2 and automate tag creation on VERSION change #18

Bump version to 1.0.2 and automate tag creation on VERSION change

Bump version to 1.0.2 and automate tag creation on VERSION change #18

Workflow file for this run

name: build-compiled-scripts
on:
push:
branches: ["main"]
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install shc
run: |
sudo apt-get update
sudo apt-get install -y shc
- name: Build compiled scripts
run: bash build.sh
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: compiled-scripts
path: dist/
if-no-files-found: error