From 918f0ab290024a642003e49ecd6ec3efb1647348 Mon Sep 17 00:00:00 2001 From: lmoretti96 <51789626+lmoretti96@users.noreply.github.com> Date: Sun, 14 Mar 2021 18:43:54 +0100 Subject: [PATCH] Update Build_Release.yml --- .github/workflows/Build_Release.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/Build_Release.yml b/.github/workflows/Build_Release.yml index 43b35e4..661733a 100644 --- a/.github/workflows/Build_Release.yml +++ b/.github/workflows/Build_Release.yml @@ -9,6 +9,12 @@ name: Upload Release Asset jobs: build: + + runs-on: ubuntu-latest + strategy: + matrix: + python-version: [3.8] + name: Upload Release Asset runs-on: ubuntu-latest steps: