Properly set path

This commit is contained in:
Ben Sarmiento
2023-11-21 13:59:12 +01:00
parent e0a77e49eb
commit 0f336c15df

View File

@@ -21,7 +21,7 @@ jobs:
- name: Cross-compile with xgo
run: |
xgo --targets=*/* .
xgo --targets=*/* ./cmd/zurg
- name: Prepare artifacts
run: |