Skip to content

Commit

Permalink
Fix/Actions: Have to use different artifact names :(
Browse files Browse the repository at this point in the history
  • Loading branch information
TwinFan committed Jan 28, 2024
1 parent 502f39b commit e40a679
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Upload XPMP2 lib
uses: actions/upload-artifact@v4
with:
name: XPMP2-lib
name: XPMP2-lib-lin
path: deploy-lib/* # this way we keep the folder structure in the artifact
if-no-files-found: error

Expand All @@ -64,7 +64,7 @@ jobs:
- name: Upload XPMP2 Framework
uses: actions/upload-artifact@v4
with:
name: XPMP2-lib
name: XPMP2-lib-mac
path: deploy-lib/* # this way we keep the folder structure in the artifact
if-no-files-found: error

Expand All @@ -89,6 +89,6 @@ jobs:
- name: Upload XPMP2 lib
uses: actions/upload-artifact@v4
with:
name: XPMP2-lib
name: XPMP2-lib-win
path: deploy-lib/* # this way we keep the folder structure in the artifact
if-no-files-found: error

0 comments on commit e40a679

Please sign in to comment.