mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-05-14 00:31:27 +00:00
[skip ci] add comment for envsubst usage
This commit is contained in:
1
.github/workflows/linux-flatpak.yml
vendored
1
.github/workflows/linux-flatpak.yml
vendored
@@ -59,6 +59,7 @@ jobs:
|
||||
working-directory: cryptomator
|
||||
run: echo "sha=$(git rev-parse HEAD)" >> "$GITHUB_OUTPUT"
|
||||
- name: Prepare build files
|
||||
# using envsubst instead of yq to keep linebreaks
|
||||
run: |
|
||||
cp -r -f cryptomator/dist/linux/flatpak/* .
|
||||
envsubst '$FLATPAK_VERSION $FLATPAK_REVISION $CRYPTOMATOR_SOURCE' < org.cryptomator.Cryptomator.TEMPLATE.yaml > org.cryptomator.Cryptomator.yaml
|
||||
|
||||
Reference in New Issue
Block a user