Skip to content

Commit

Permalink
build: adjust where artifacts are downloaded
Browse files Browse the repository at this point in the history
  • Loading branch information
metacosm committed Mar 22, 2024
1 parent df0f820 commit daeaa52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/native-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: 'Download all build artifacts'
uses: actions/download-artifact@v4
with:
path: server/artifacts
path: artifacts
pattern: power-server-*
merge-multiple: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
- name: 'Download all build artifacts'
uses: actions/download-artifact@v4
with:
path: server/artifacts
path: artifacts
pattern: power-server-*
merge-multiple: true

Expand Down

0 comments on commit daeaa52

Please sign in to comment.