Skip to content

Commit

Permalink
fix build path
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAwesome committed Nov 29, 2024
1 parent d4d9725 commit 9e11792
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,15 @@ jobs:
- name: Run GUI e2e scripts
run: ./scripts/run_all_gui_e2e_tests.sh /tmp/decktricks_work/decktricks-gui

- run: cd ./build/

- name: Upload tar
uses: actions/upload-artifact@v4
with:
name: verified-gui-files
path: |
./build/decktricks.tar.gz
./build/decktricks_install.desktop
./decktricks.tar.gz
./decktricks_install.desktop
this_should_fail
if-no-files-found: error

Expand Down

0 comments on commit 9e11792

Please sign in to comment.