Skip to content

Commit

Permalink
Prod workflow artifact bug fix (#1176)
Browse files Browse the repository at this point in the history
* Add flag to add hidden directories to artifact.
  • Loading branch information
shammowla authored Sep 6, 2024
1 parent d9f7fb2 commit 9dcd39f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,17 @@ jobs:
- name: Install dependencies
run: npm install @octokit/rest semver
- name: Upload sauce configs
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v4.4.0
with:
name: sauce-config
path: .sauce
include-hidden-files: true
- name: Upload sauce ignore
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v4.4.0
with:
name: sauce-ignore
path: .sauceignore
include-hidden-files: true
- name: Retrieve tags
id: list-tags
uses: actions/github-script@v7
Expand Down

0 comments on commit 9dcd39f

Please sign in to comment.