Skip to content

Commit f2d0a96

Browse files
Fix download name
1 parent 5a13725 commit f2d0a96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
registry-url: 'https://registry.visualpinball.org'
1515
- uses: actions/download-artifact@v4
1616
with:
17-
name: Plugins
17+
name: Build-Artifacts
1818
path: .
1919
github-token: ${{ secrets.GITHUB_TOKEN }}
2020
run-id: ${{ github.event.client_payload.artifacts_run_id }}

0 commit comments

Comments
 (0)