mirror of
https://github.com/armbian/actions.git
synced 2026-01-06 10:36:19 -08:00
Merge pull request #6 from armbian/redirector
Adjust due to action deprecation
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user