Skip to content

Commit 2eb2989

Browse files
committed
Set paths for build artefacts
1 parent 967bb73 commit 2eb2989

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/build-release.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,10 @@ jobs:
9191
uses: softprops/action-gh-release@v1
9292
with:
9393
tag_name: ${{ env.VERSION }}
94-
body_path: CHANGELOG.md
9594
files: |
96-
build/app/outputs/bundle/release/app-release.aab
97-
flatpak/scripts/flatpak_generator_exports/wger-linux-x86_64.tar.gz
98-
flatpak/scripts/flatpak_generator_exports/wger-linux-x86_64.sha256
95+
wger/build/app/outputs/bundle/release/app-release.aab
96+
wger/flatpak/scripts/flatpak_generator_exports/wger-linux-x86_64.tar.gz
97+
wger/flatpak/scripts/flatpak_generator_exports/wger-linux-x86_64.sha256
9998
10099
- name: Generate flathub manifest
101100
run: |

0 commit comments

Comments
 (0)