38
This commit is contained in:
@@ -21,7 +21,7 @@ jobs:
|
|||||||
runs-on: ${{ matrix.runner }}
|
runs-on: ${{ matrix.runner }}
|
||||||
steps:
|
steps:
|
||||||
- name: Repository [Clone]
|
- name: Repository [Clone]
|
||||||
uses: https://github.com/actions/checkout@v6
|
uses: actions/checkout@v6
|
||||||
- name: Environment
|
- name: Environment
|
||||||
id: environment
|
id: environment
|
||||||
run: |
|
run: |
|
||||||
@@ -29,7 +29,7 @@ jobs:
|
|||||||
/usr/bin/echo "UNITS=${UNITS}" >> "${GITHUB_OUTPUT}"
|
/usr/bin/echo "UNITS=${UNITS}" >> "${GITHUB_OUTPUT}"
|
||||||
/usr/bin/echo "Set Variable 'UNITS' to '${UNITS}'"
|
/usr/bin/echo "Set Variable 'UNITS' to '${UNITS}'"
|
||||||
- name: Linux Sources [Artifact Download]
|
- name: Linux Sources [Artifact Download]
|
||||||
uses: https://gitea.com/actions/download-artifact@v3-node20
|
uses: actions/download-artifact@v3-node20
|
||||||
with:
|
with:
|
||||||
name: linux-sources-${{ inputs.version }}.tar.gz
|
name: linux-sources-${{ inputs.version }}.tar.gz
|
||||||
- name: Linux Sources [Extract]
|
- name: Linux Sources [Extract]
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
/usr/bin/tar --create --directory="./linux" --file="./linux-sources-${VERSION}.tar.gz" --gzip '.' --verbose
|
/usr/bin/tar --create --directory="./linux" --file="./linux-sources-${VERSION}.tar.gz" --gzip '.' --verbose
|
||||||
- name: Linux Sources [Artifact Upload]
|
- name: Linux Sources [Artifact Upload]
|
||||||
uses: https://github.com/christopherhx/gitea-upload-artifact@v7
|
uses: christopherhx/gitea-upload-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: linux-sources-${{ steps.environment.outputs.version }}.tar.gz
|
name: linux-sources-${{ steps.environment.outputs.version }}.tar.gz
|
||||||
path: ./linux-sources-${{ steps.environment.outputs.version }}.tar.gz
|
path: ./linux-sources-${{ steps.environment.outputs.version }}.tar.gz
|
||||||
|
|||||||
Reference in New Issue
Block a user