Skip to content

Commit

Permalink
chore: set include-hidden-files to true
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielMSchmidt committed Sep 23, 2024
1 parent 4294dd2 commit 4f862c1
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,14 @@ jobs:
with:
name: dist
path: dist
include-hidden-files: true
- name: Upload edge-provider bindings
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
if: ${{ !inputs.skip_setup }}
with:
name: edge-provider-bindings
path: packages/@cdktf/provider-generator/edge-provider-bindings
include-hidden-files: true
- name: installing test dependencies
run: |
cd test && yarn install --frozen-lockfile --prefer-offline
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/provider-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ jobs:
with:
name: dist
path: dist
include-hidden-files: true
- id: build-provider-test-matrix
run: |
./tools/build-provider-test-matrix.sh
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,14 @@ jobs:
with:
name: dist
path: dist
include-hidden-files: true
- name: Upload edge-provider bindings
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
if: ${{ !inputs.skip_setup }}
with:
name: edge-provider-bindings
path: packages/@cdktf/provider-generator/edge-provider-bindings
include-hidden-files: true

integration_test:
uses: ./.github/workflows/integration.yml
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release_next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,14 @@ jobs:
with:
name: dist
path: dist
include-hidden-files: true
- name: Upload edge-provider bindings
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
if: ${{ !inputs.skip_setup }}
with:
name: edge-provider-bindings
path: packages/@cdktf/provider-generator/edge-provider-bindings
include-hidden-files: true
- name: publish tag
run: git push --follow-tags

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/yarn-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:
with:
name: upgrade.patch
path: ./upgrade.patch
include-hidden-files: true

prRoot:
name: Create Pull Request Root
Expand Down

0 comments on commit 4f862c1

Please sign in to comment.