diff --git a/.github/workflows/build-fw.yml b/.github/workflows/build-fw.yml index 26c8986..2674c08 100644 --- a/.github/workflows/build-fw.yml +++ b/.github/workflows/build-fw.yml @@ -58,7 +58,7 @@ jobs: if: steps.cache-nRF5_SDK.outputs.cache-hit != 'true' run: | wget -q -P ~ https://developer.nordicsemi.com/nRF5_SDK/nRF5_SDK_v15.x.x/nRF5_SDK_15.3.0_59ac345.zip - unzip -q nRF5_SDK_15.3.0_59ac345.zip -d ~ + unzip -q ~/nRF5_SDK_15.3.0_59ac345.zip -d ~ rm -f ~/nRF5_SDK_15.3.0_59ac345.zip - name: Get short commit hash if no tags diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 280a8b0..819c0ff 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -55,7 +55,7 @@ jobs: if: steps.cache-nRF5_SDK.outputs.cache-hit != 'true' run: | wget -q -P ~ https://developer.nordicsemi.com/nRF5_SDK/nRF5_SDK_v15.x.x/nRF5_SDK_15.3.0_59ac345.zip - unzip -q nRF5_SDK_15.3.0_59ac345.zip -d ~ + unzip -q ~/nRF5_SDK_15.3.0_59ac345.zip -d ~ rm -f ~/nRF5_SDK_15.3.0_59ac345.zip - name: Get Version from Tag