Skip to content

Bump version to v0.5.3 #9

Bump version to v0.5.3

Bump version to v0.5.3 #9

Workflow file for this run

name: Release
on:
push:
tags:
- 'v*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.7
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
target: x86_64-unknown-linux-musl
- name: Build Installer Script and Dependencies
run: ./make.sh
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ github.token }}"
prerelease: false
title: "LAPAS Installer [${{ github.ref_name }}]"
automatic_release_tag: "${{ github.ref_name }}"
files: |
lapas_installer.sh