Enable inclusion of hidden files in artifact upload

This commit is contained in:
Jason Kulatunga
2026-02-06 23:00:44 -05:00
committed by GitHub
parent b0ff0b3a48
commit af59f2639c
+1
View File
@@ -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