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