Skip to content

Commit

Permalink
Update quickemu.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-hc authored Jan 29, 2025
1 parent feb4f9d commit 8e17148
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/quickemu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
chmod a+x ./quickemu-junest.sh
./quickemu-junest.sh
mkdir dist
mv *AppImage** dist/
mv *AppImage* dist/
- name: Upload artifact
uses: actions/upload-artifact@v4.4.0
with:
Expand All @@ -44,5 +44,5 @@ jobs:
prerelease: false
draft: false
files: |
*.AppImage**
*.AppImage*
repo_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 8e17148

Please sign in to comment.