.gitea/workflows/release.yml aktualisiert
This commit is contained in:
@@ -59,11 +59,8 @@ jobs:
|
||||
- name: Inspect file
|
||||
run: cat ${{ steps.scan.outputs.table }}
|
||||
|
||||
- name: Write file
|
||||
run: echo ${{ steps.scan.outputs.table }} >> result.txt
|
||||
|
||||
- name: Upload Artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: scan-result
|
||||
path: result.txt
|
||||
path: ${{ steps.scan.outputs.table }}
|
||||
Reference in New Issue
Block a user