.gitea/workflows/release.yml aktualisiert
This commit is contained in:
@@ -58,3 +58,9 @@ jobs:
|
||||
|
||||
- name: Inspect file
|
||||
run: cat ${{ steps.scan.outputs.table }}
|
||||
|
||||
- name: Upload Artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: my-artifact
|
||||
path: ${{ steps.scan.outputs.table }}
|
||||
Reference in New Issue
Block a user