diff --git a/make-yaml-redirector/action.yml b/make-yaml-redirector/action.yml index 0cffb5c..6963f4a 100644 --- a/make-yaml-redirector/action.yml +++ b/make-yaml-redirector/action.yml @@ -56,12 +56,7 @@ runs: # LRU Cache Size (in items) cacheSize: 2048 - # Server definition - # Weights are just like nginx, where if it's > 1 it'll be chosen x out of x + total times - # By default, the top 3 servers are used for choosing the best. - # server = full url or host+path - # weight = int - # optional: latitude, longitude (float) + # Documentation: https://github.com/armbian/armbian-router servers: EOF @@ -93,7 +88,9 @@ runs: cat dlrouter-${FILENAME}.yaml >> $GITHUB_STEP_SUMMARY echo "" >> $GITHUB_STEP_SUMMARY - - uses: actions/upload-artifact@v3 + - name: Upload JSON + uses: actions/upload-artifact@v4 with: - name: redirector-config + name: config-${{ inputs.variant }} path: ${{ github.workspace }}/*.yaml + if-no-files-found: ignore \ No newline at end of file