Skip to content

Commit

Permalink
Fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAwesome committed Nov 29, 2024
1 parent 86b4bfa commit f6bca46
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ jobs:
steps:
- run: mkdir /tmp/artifacts
- uses: actions/download-artifact@v4
path: /tmp/artifacts

- name: Create latest release
uses: softprops/action-gh-release@v2
Expand All @@ -106,5 +107,5 @@ jobs:
tag_name: latest
body: A release candidate for pushing out. This has passed all automated tests and should be safe to use, but has not yet received human verification.
files: |
verified-gui-files/decktricks.tar.gz
verified-gui-files/decktricks_install.desktop
/tmp/artifacts/verified-gui-files/decktricks.tar.gz
/tmp/artifacts/verified-gui-files/decktricks_install.desktop

0 comments on commit f6bca46

Please sign in to comment.