From 61b420a322acc764aa4ea30175fa208dc6c6b757 Mon Sep 17 00:00:00 2001 From: Florian Schrofner Date: Sun, 27 Feb 2022 10:30:52 +0100 Subject: [PATCH] add os name to native build artifact --- .github/workflows/native.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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