Skip to content

Commit

Permalink
Try not to change committed test data perms upon checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarchambault committed Dec 10, 2024
1 parent e21e71e commit a339e3c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

- uses: actions/upload-artifact@v4.4.3
with:
path: .
path: out
include-hidden-files: true
name: publish-artifacts

Expand All @@ -67,7 +67,7 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
path: .
path: out
name: publish-artifacts

- run: ls -la .
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
path: .
path: out
name: publish-artifacts

- run: ls -la .
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/run-mill-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- uses: actions/download-artifact@v4
if: ${{ !inputs.populate_cache }}
with:
path: .
path: out
name: ${{ inputs.os }}-artifact

# Need to fix cached artifact file permissions because github actions screws it up
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:

- uses: actions/upload-artifact@v4.4.3
with:
path: .
path: out
name: ${{ inputs.os }}-artifact
include-hidden-files: true
if: ${{ inputs.populate_cache }}

0 comments on commit a339e3c

Please sign in to comment.