Skip to content

install libfuse2

install libfuse2 #6

Workflow file for this run

name: Build and release on push to main
on:
workflow_dispatch:
push:
branches: [ master ]
paths-ignore:
- 'README.md'
- 'LICENSE'
jobs:
build:
name: Build
uses: ./.github/workflows/main.yml
release:
needs: build
name: Release
runs-on: ubuntu-latest
steps:
- name: Download artifacts
uses: actions/download-artifact@v4
- name: Install FUSE
uses: sudo apt update; sudo apt install libfuse2
- name: Create release and upload artifacts
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
wget -q https://github.com/TheAssassin/pyuploadtool/releases/download/continuous/pyuploadtool-x86_64.AppImage
chmod +x pyuploadtool-x86_64.AppImage
./pyuploadtool-x86_64.AppImage ./**/*.*