build: Properly substitute ${SNAP_GRADE} env var in snap manifest

This commit is contained in:
WerWolv
2025-08-14 22:22:48 +02:00
parent 165d00dad3
commit 09918041f8

View File

@@ -1124,7 +1124,7 @@ jobs:
- name: 📜 Move snap directory to root
run: |
mkdir -p ./snap
envsubst '${IMHEX_VERSION},${CCACHE}' < ./dist/snap/snapcraft.yaml > ./snap/snapcraft.yaml
envsubst '${IMHEX_VERSION},${SNAP_GRADE},${CCACHE}' < ./dist/snap/snapcraft.yaml > ./snap/snapcraft.yaml
- name: 📜 Setup ccache
uses: hendrikmuhs/ccache-action@v1