diff --git a/.github/workflows/X-x86_64_X.yml b/.github/workflows/X-x86_64_X.yml index 01a64fa..31e3448 100644 --- a/.github/workflows/X-x86_64_X.yml +++ b/.github/workflows/X-x86_64_X.yml @@ -255,6 +255,9 @@ jobs: cd openwrt source $GITHUB_WORKSPACE/Scripts/AutoBuild_Function.sh Firmware_Diy_End + cd .. + mkdir ${{ steps.date.outputs.date }} + cp openwrt/bin/Firmware/* ./${{ steps.date.outputs.date }} -r - name: Upload Firmware to Artifacts uses: actions/upload-artifact@main diff --git a/.github/workflows/X-x86_64_Y.yml b/.github/workflows/X-x86_64_Y.yml index 079169d..91df34c 100644 --- a/.github/workflows/X-x86_64_Y.yml +++ b/.github/workflows/X-x86_64_Y.yml @@ -250,6 +250,9 @@ jobs: cd openwrt source $GITHUB_WORKSPACE/Scripts/AutoBuild_Function.sh Firmware_Diy_End + cd .. + mkdir ${{ steps.date.outputs.date }} + cp openwrt/bin/Firmware/* ./${{ steps.date.outputs.date }} -r - name: Upload Firmware to Artifacts uses: actions/upload-artifact@main diff --git a/.github/workflows/X-x86_64_Z.yml b/.github/workflows/X-x86_64_Z.yml index 9fc9def..e2de1c3 100644 --- a/.github/workflows/X-x86_64_Z.yml +++ b/.github/workflows/X-x86_64_Z.yml @@ -248,6 +248,9 @@ jobs: source $GITHUB_WORKSPACE/Scripts/AutoBuild_Function.sh Firmware_Diy_End ls bin/Firmware + cd .. + mkdir ${{ steps.date.outputs.date }} + cp openwrt/bin/Firmware/* ./${{ steps.date.outputs.date }} -r - name: Upload Firmware to Artifacts uses: actions/upload-artifact@main