Skip to content

Commit

Permalink
Fix artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
dfalbel committed Jan 16, 2025
1 parent dadfa69 commit 50d79d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lantern.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
if: ${{ github.workflow == 'Test' }}
uses: actions/upload-artifact@v4
with:
name: lantern
name: ${{ steps.build.outputs.fname }}
path: 'src/lantern/build/${{ steps.build.outputs.fname }}'

- id: 's3'
Expand Down

0 comments on commit 50d79d5

Please sign in to comment.