mirror of
https://github.com/redstrate/Astra.git
synced 2025-04-22 12:47:44 +00:00
Fix path to flatpak build script
This commit is contained in:
parent
f72504caff
commit
2de813569f
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