Change artifact download name to './'

This commit is contained in:
Jason Kulatunga
2026-02-06 22:32:59 -05:00
committed by GitHub
parent 51f0ba6ee2
commit f8adf53e30
+1 -1
View File
@@ -141,7 +141,7 @@ jobs:
- name: Download workspace
uses: actions/download-artifact@v7
with:
name: workspace
name: ./
- name: Download binaries
uses: actions/download-artifact@v7
with: