diff --git a/.github/workflows/native.yml b/.github/workflows/native.yml index 25ca7c4..bc0e020 100644 --- a/.github/workflows/native.yml +++ b/.github/workflows/native.yml @@ -25,5 +25,5 @@ jobs: - name: Archive build uses: actions/upload-artifact@v2 with: - name: build + name: build_${{ runner.os }} path: build/bin/native/hcReleaseExecutable/ \ No newline at end of file