Skip to content

Commit de59899

Browse files
committed
Fix paths
1 parent 02fba12 commit de59899

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ jobs:
8080
with:
8181
tag_name: ${{ env.VERSION }}
8282
files: |
83-
wger/build/app/outputs/bundle/release/app-release.aab
84-
wger/flatpak/scripts/flatpak_generator_exports/wger-linux-x86_64.tar.gz
85-
wger/flatpak/scripts/flatpak_generator_exports/wger-linux-x86_64.sha256
83+
build/app/outputs/bundle/release/app-release.aab
84+
flatpak/scripts/flatpak_generator_exports/wger-linux-x86_64.tar.gz
85+
flatpak/scripts/flatpak_generator_exports/wger-linux-x86_64.sha256
8686
8787
- name: Generate flathub manifest
8888
run: |

0 commit comments

Comments
 (0)