Skip to content

General Tool Upgrade #587

General Tool Upgrade

General Tool Upgrade #587

Workflow file for this run

name: Scan AppImage
on: [pull_request]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- name: Run AppImage Build Script
run: |
sudo chmod +x ubuntu_build_x86_64.sh
sudo chmod +x ubuntu_build.sh
sudo ./ubuntu_build_x86_64.sh
- uses: actions/upload-artifact@v2
with:
name: AppImage
path: './scan*.AppImage*'