diff --git a/.github/workflows/ci-deploy.yml b/.github/workflows/ci-deploy.yml index 64b5bedc..9250ad9d 100644 --- a/.github/workflows/ci-deploy.yml +++ b/.github/workflows/ci-deploy.yml @@ -61,7 +61,7 @@ jobs: name: ${{ matrix.setup }}-local-staging path: ~/local-staging if-no-files-found: error - + include-hidden-files: true stage-snapshot-windows: runs-on: windows-2019 @@ -109,6 +109,7 @@ jobs: name: windows-x86_64-local-staging path: boringssl-static/local-staging if-no-files-found: error + include-hidden-files: true deploy-staged-snapshots: runs-on: ubuntu-latest diff --git a/.github/workflows/ci-release.yml b/.github/workflows/ci-release.yml index d3c46c6c..4aad9f6b 100644 --- a/.github/workflows/ci-release.yml +++ b/.github/workflows/ci-release.yml @@ -60,6 +60,7 @@ jobs: with: name: prepare-release-workspace path: ${{ github.workspace }}/** + include-hidden-files: true stage-release-linux: runs-on: ubuntu-latest @@ -147,6 +148,7 @@ jobs: name: ${{ matrix.setup }}-local-staging path: ~/local-staging if-no-files-found: error + include-hidden-files: true - name: Rollback release on failure working-directory: ./prepare-release-workspace/ @@ -232,6 +234,7 @@ jobs: name: windows-x86_64-local-staging path: prepare-release-workspace/boringssl-static/local-staging if-no-files-found: error + include-hidden-files: true - name: Rollback release on failure working-directory: prepare-release-workspace