Skip to content

Commit

Permalink
Update blank.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-hc authored Jan 22, 2025
1 parent 6f22b15 commit 9d63a1f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,11 @@ jobs:
- name: build
if: always()
run: |
sudo apt update && sudo apt install libfuse2 desktop-file-utils
wget https://raw.githubusercontent.com/ivan-hc/Handbrake-appimage/main/handbrake-junest.sh
sudo apt update && sudo apt install desktop-file-utils
chmod a+x ./handbrake-junest.sh
./handbrake-junest.sh
mkdir dist
mv *AppImage dist/
mv *AppImage* dist/
- name: Upload artifact
uses: actions/[email protected]
Expand All @@ -48,5 +47,5 @@ jobs:
prerelease: false
draft: false
files: |
*.AppImage
*.AppImage*
repo_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 9d63a1f

Please sign in to comment.