Skip to content

.github/workflows/build-linux.yml #1

.github/workflows/build-linux.yml

.github/workflows/build-linux.yml #1

Workflow file for this run

on:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build
run: |
docker compose run --build --rm supersign -c "cd Linux && ./build.sh"
- name: Release
uses: softprops/action-gh-release@v2
with:
draft: true
files: |
Linux/packages/Supersign.AppImage