permissions seem dumb, job should run on push to main

This commit is contained in:
Blake Ridgway 2025-03-20 07:42:30 -05:00
parent c394cb5300
commit 97dee98bb9

View file

@ -2,10 +2,16 @@ name: Build AppImage, Windows EXE and Publish Release
on:
push:
branches:
- main
tags:
- 'v*.*.*'
workflow_dispatch:
permissions:
contents: write
releases: write
jobs:
build-linux:
runs-on: ubuntu-latest
@ -51,7 +57,7 @@ jobs:
EOF
# Download a placeholder icon and save it as appicon.png in AppDir
wget -q -O AppDir/appicon.png https://placehold.co/256
- name: Install FUSE library
run: sudo apt-get update && sudo apt-get install -y libfuse2