diff --git a/.github/workflows/build-firmware.yml b/.github/workflows/build-firmware.yml index 07ad954..ed1a7fc 100644 --- a/.github/workflows/build-firmware.yml +++ b/.github/workflows/build-firmware.yml @@ -53,7 +53,7 @@ jobs: - name: Get Architecture working-directory: ${{ github.workspace }}/openwrt run: | - LAST_COMMIT_HASH=$(curl -s "https://api.github.com/repos/AgustinLorenzo/openwrt/commits/main" | grep -m 1 '"sha":' | cut -d '"' -f 4 | cut -c 1-7) + LAST_COMMIT_HASH=$(curl -s "https://api.github.com/repos/AgustinLorenzo/openwrt/commits/main_nss" | grep -m 1 '"sha":' | cut -d '"' -f 4 | cut -c 1-7) echo "LAST_COMMIT_HASH=${LAST_COMMIT_HASH}" >> $GITHUB_ENV tag_name=$(date +%Y%m%d-%H%M) echo "tag_name=${tag_name}" >>$GITHUB_ENV