Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.

Commit 1250fc3

Browse files
committed
fixed(deploy): actions/upload-artifact include hidden files
1 parent ca1ee4b commit 1250fc3

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/cleavr_ownxkd4j5u.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
2-
31
# This GitHub Actions workflow is generated and deployed by https://cleavr.io
42
# The filename, cleavr_ownxkd4j5u, of this workflow is tracked from within Cleavr,
53
# please don't change the name. Though, feel free to add your own steps or tweak
@@ -29,21 +27,22 @@ jobs:
2927
- name: Build app
3028
run: npm run build --production
3129

32-
### --- PLEASE DO NOT MODIFY ANYTHING BELOW THIS LINE --- ###
30+
### --- PLEASE DO NOT MODIFY ANYTHING BELOW THIS LINE --- ###
3331

3432
- name: Generate artifact name
3533
id: artifact
3634
uses: josStorer/get-current-time@v2.0.2
3735
with:
3836
format: YYYYMMDDHHmmss
39-
utcOffset: "+08:00"
37+
utcOffset: '+08:00'
4038

4139
- name: Upload artifact
4240
uses: actions/upload-artifact@v3
4341
with:
4442
name: '${{ steps.artifact.outputs.formattedTime }}'
4543
path: build/
4644
if-no-files-found: error
45+
include-hidden-files: true
4746

4847
- name: Start Cleavr Deployment
4948
uses: fjogeleit/http-request-action@master
@@ -52,4 +51,3 @@ jobs:
5251
method: 'POST'
5352
timeout: 60000
5453
customHeaders: '{"artifact": "${{ steps.artifact.outputs.formattedTime }}"}'
55-

0 commit comments

Comments
 (0)