Skip to content

Commit

Permalink
Merge pull request #253 from ember-learn/include-missing-hidden-files
Browse files Browse the repository at this point in the history
include hidden `.git` files in artifact
  • Loading branch information
mansona authored Oct 15, 2024
2 parents 0020ff3 + 4337d93 commit d5f121e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ jobs:
with:
name: code (${{ matrix.channel }})
path: dist/code/super-rentals
include-hidden-files: true
- name: Notify Discord
uses: sarisia/actions-status-discord@v1
if: ${{ failure() && github.event_name == 'schedule' }}
Expand Down

0 comments on commit d5f121e

Please sign in to comment.