From 4212e5665495b649081bb17d6e03808185bb0794 Mon Sep 17 00:00:00 2001 From: Jett <55758076+Jettford@users.noreply.github.com> Date: Tue, 9 May 2023 22:59:01 +0100 Subject: [PATCH] Update publishing.yml --- .github/workflows/publishing.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publishing.yml b/.github/workflows/publishing.yml index 92ee7522..48c07eb9 100644 --- a/.github/workflows/publishing.yml +++ b/.github/workflows/publishing.yml @@ -12,7 +12,7 @@ jobs: continue-on-error: true strategy: matrix: - os: [ windows-2022, ubuntu-20.04 ] + os: [ ubuntu-20.04 ] steps: - uses: actions/checkout@v3 @@ -67,6 +67,8 @@ jobs: - name: Download all workflow run artifacts uses: actions/download-artifact@v3 + with: + path: artifacts - name: Upload Release Assets env: