Skip to content

Commit

Permalink
Update makefile.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Toni500github authored Jan 11, 2025
1 parent 6ba7da8 commit 0b749b7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
- name: Upload to github artifacts
uses: actions/upload-artifact@v4
with:
if-no-files-found: error
name: customfetch_amd64
path: /tmp/customfetch-0.10.2.orig/customfetch_0.10.2-1_amd64.deb

Expand Down Expand Up @@ -80,6 +81,7 @@ jobs:
- name: Upload to github artifacts
uses: actions/upload-artifact@v4
with:
if-no-files-found: error
name: customfetch
path: ./build/debug/customfetch

Expand Down Expand Up @@ -108,6 +110,7 @@ jobs:
- name: Upload to github artifacts
uses: actions/upload-artifact@v4
with:
if-no-files-found: error
name: customfetch-gui
path: ./build/debug/customfetch

Expand Down Expand Up @@ -218,8 +221,9 @@ jobs:
- name: Upload to github artifacts
uses: actions/upload-artifact@v4
with:
if-no-files-found: error
name: customfetch-android-app
path: android/app/build/outputs/apk/debug/app-release.apk
path: android/app/build/outputs/apk/debug/app-debug.apk

test-all-ascii-art:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0b749b7

Please sign in to comment.