Skip to content

Commit

Permalink
fixed(build): include hidden files in uploaded artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
tomgobich committed Dec 22, 2024
1 parent f4bc2bf commit f638e5a
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/cleavr_1e8oego0ma.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@


# This GitHub Actions workflow is generated and deployed by https://cleavr.io
# The filename, cleavr_1e8oego0ma, of this workflow is tracked from within Cleavr,
# please don't change the name. Though, feel free to add your own steps or tweak
Expand Down Expand Up @@ -47,14 +45,14 @@ jobs:
id: build-app
run: npm run build --production

### --- PLEASE DO NOT MODIFY ANYTHING BELOW THIS LINE --- ###
### --- PLEASE DO NOT MODIFY ANYTHING BELOW THIS LINE --- ###

- name: Generate artifact name
id: artifact
uses: josStorer/get-current-time@v2.0.2
with:
format: YYYYMMDDHHmmss
utcOffset: "+08:00"
utcOffset: '+08:00'

- name: Upload artifact
id: upload-artifact
Expand All @@ -63,6 +61,7 @@ jobs:
name: '${{ steps.artifact.outputs.formattedTime }}'
path: build/
if-no-files-found: error
include-hidden-files: true

complete:
if: always()
Expand All @@ -77,4 +76,3 @@ jobs:
data: '{"status": "${{ needs.build.result }}" , "steps": ${{ toJson(needs.build.outputs.cleavr-step-status) }} }'
timeout: 60000
customHeaders: '{"artifact": "${{ needs.build.outputs.artifact-formatted-time }}"}'

0 comments on commit f638e5a

Please sign in to comment.