16
This commit is contained in:
@@ -23,6 +23,19 @@ jobs:
|
||||
/usr/bin/echo "Version: ${VERSION}"
|
||||
/usr/bin/echo "Branch: ${{ matrix.branch }}"
|
||||
/usr/bin/echo "Runner: ${{ matrix.runner }}"
|
||||
- name: Step 1
|
||||
env:
|
||||
VERSION: ${{ steps.environment.outputs.version }}
|
||||
run: |
|
||||
/usr/bin/fallocate -l 64M "./test-${VERSION}.tmp"
|
||||
- name: Step 3
|
||||
uses: https://github.com/christopherhx/gitea-upload-artifact@v7
|
||||
with:
|
||||
name: test-${{ steps.environment.outputs.version }}.tmp
|
||||
path: ./test-${{ steps.environment.outputs.version }}.tmp
|
||||
if-no-files-found: error
|
||||
overwrite: true
|
||||
archive: false
|
||||
job2:
|
||||
needs:
|
||||
- job1
|
||||
|
||||
Reference in New Issue
Block a user