Skip to content

Sort (optional) repository list in status output #17

Sort (optional) repository list in status output

Sort (optional) repository list in status output #17

Workflow file for this run

on:
push:
tags:
- '**'
jobs:
appimage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: make appimage_deps
- run: make appimage ARCH=x86_64 YQ_ARCH=amd64 WSHANDLER_VERSION=${{ github.ref_name }}
- run: make appimage ARCH=aarch64 YQ_ARCH=arm64 WSHANDLER_VERSION=${{ github.ref_name }}
- run: ./build/appimage/wshandler-x86_64.AppImage -r tests/update status
- uses: softprops/action-gh-release@v2
with:
files: |
build/appimage/wshandler*.AppImage
build/appimage/wshandler*.zsync
build/appimage/AppDir_x86_64/usr/bin/wshandler
fail_on_unmatched_files: true