Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenSmith25 authored Sep 4, 2024
1 parent ba6bf48 commit dd7be8a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Archive wrapper library
uses: actions/upload-artifact@v4
with:
name: lib-wrapper
name: lib-wrapper-${{ env.SUFFIX }}
path: pythonfmu3/resources

build-python:
Expand All @@ -62,9 +62,9 @@ jobs:
architecture: 'x64'

- name: Download wrappers
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4
with:
name: lib-wrapper
name: lib-wrapper-*
path: pythonfmu3/resources

- name: Build distribution artifacts
Expand Down

0 comments on commit dd7be8a

Please sign in to comment.