Merge pull request #6 from armbian/redirector

Adjust due to action deprecation
This commit is contained in:
Igor
2024-12-15 09:59:11 +01:00
committed by GitHub

View File

@@ -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 "</pre>" >> $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