Enable inclusion of hidden files in artifact upload
This commit is contained in:
@@ -64,6 +64,7 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: workspace
|
name: workspace
|
||||||
|
include-hidden-files: true
|
||||||
path: ${{ github.workspace }}/**/*
|
path: ${{ github.workspace }}/**/*
|
||||||
retention-days: 1
|
retention-days: 1
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user