mirror of
https://github.com/redstrate/Astra.git
synced 2025-04-20 19:57:45 +00:00
Fix path to flatpak build script
(cherry picked from commit 2de813569f
)
This commit is contained in:
parent
877a87d7f5
commit
feff28f9b6
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ tasks:
|
||||||
# cmake --build build-cmake
|
# cmake --build build-cmake
|
||||||
- flatpak: |
|
- flatpak: |
|
||||||
cd astra
|
cd astra
|
||||||
./build-flatpak.sh
|
./scripts/build-flatpak.sh
|
||||||
artifacts:
|
artifacts:
|
||||||
- astra-source.tar.gz
|
- astra-source.tar.gz
|
||||||
# - astra/build-cmake/bin/astra
|
# - astra/build-cmake/bin/astra
|
||||||
|
|
Loading…
Add table
Reference in a new issue