From 083c82ec78ba56b3b924119aa1072bdcc0988aca Mon Sep 17 00:00:00 2001 From: NotTobi <62906424+NotTobi@users.noreply.github.com> Date: Mon, 26 Jun 2023 22:25:42 +0200 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5ed86e8..9f35b79 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,6 +6,8 @@ on: pull_request: branches: [ "main" ] +# todo: calculate version automatically + jobs: build: strategy: @@ -39,5 +41,5 @@ jobs: - name: Upload artifact uses: actions/upload-artifact@v3 with: - name: ${{ matrix.runtime }} + name: ${{ matrix.runtime }} # todo: include version number path: ./${{ matrix.runtime }}/${{ matrix.artifact }}