chore: change download path

This commit is contained in:
DaanSelen
2026-03-30 13:16:33 +02:00
parent 167d591869
commit 1ae2620e7e
2 changed files with 8 additions and 1 deletions
+2
View File
@@ -136,6 +136,7 @@ jobs:
uses: actions/download-artifact@v3
with:
name: linux-bin
path: ./bin
- name: Setup the Go programming language
uses: actions/setup-go@v6
@@ -188,6 +189,7 @@ jobs:
uses: actions/download-artifact@v3
with:
name: windows-bin
path: ./bin
- name: Setup the Go programming language
uses: actions/setup-go@v6