diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c5fd62c..2c11266 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,4 +38,6 @@ jobs: - name: Upload Artifacts uses: actions/upload-artifact@v4 with: - path: .release/* \ No newline at end of file + name: go-up + path: .release/ + include-hidden-files: true \ No newline at end of file