From 94b65a65ec9bdb1a183309534441df8160a45bd1 Mon Sep 17 00:00:00 2001 From: arix00 <15333224+arix00@users.noreply.github.com> Date: Wed, 20 Nov 2024 00:20:15 -0800 Subject: [PATCH] test --- .github/workflows/build_foss_snapshot_test.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_foss_snapshot_test.yml b/.github/workflows/build_foss_snapshot_test.yml index 789e37de02e6d6..269ef8eec663f7 100644 --- a/.github/workflows/build_foss_snapshot_test.yml +++ b/.github/workflows/build_foss_snapshot_test.yml @@ -1,5 +1,7 @@ -name: build foss snapshot image +name: test build foss snapshot image on: workflow_dispatch +env: + scriptpath: "https://raw.githubusercontent.com/arix00/openwrt-mx4300/refs/heads/buildscript" jobs: build: @@ -43,8 +45,9 @@ jobs: - name: Get script run: | - wget https://github.com/arix00/openwrt-mx4300/blob/buildscript/release_foss.sh - wget https://raw.githubusercontent.com/arix00/openwrt-mx4300/refs/heads/buildscript/genconfig_foss.sh + wget $SCRIPT_PATH/setenv.sh + wget $SCRIPT_PATH/genconfig_foss.sh + wget $SCRIPT_PATH/release_foss.sh - name: Generate config run: sh genconfig_foss.sh snapshot