Skip to content

Commit

Permalink
Workflow fix AppImage (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasgriffin authored Dec 21, 2024
1 parent 54f4910 commit 3286741
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-appimage.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build Test AppImage
name: Build AppImage



Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: appimages
path: dist/*.appimage
path: dist/*.AppImage

# - name: Install Dependencies for gui test
# run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-mac-arm.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build Test DMG
name: Build MacOsX dmg Arm64
on:
workflow_dispatch:
inputs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build Test Windows
name: Build Windows

on:
workflow_dispatch:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ jobs:
- name: Upload output Files from tests/output
if: always() # This ensures the step runs regardless of previous failures
uses: actions/upload-artifact@v4
with:
name: test-output
Expand Down

0 comments on commit 3286741

Please sign in to comment.