Update publishing.yml

This commit is contained in:
Jett 2023-05-09 22:59:01 +01:00 committed by GitHub
parent 20faad8f14
commit 4212e56654
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ jobs:
continue-on-error: true continue-on-error: true
strategy: strategy:
matrix: matrix:
os: [ windows-2022, ubuntu-20.04 ] os: [ ubuntu-20.04 ]
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
@ -67,6 +67,8 @@ jobs:
- name: Download all workflow run artifacts - name: Download all workflow run artifacts
uses: actions/download-artifact@v3 uses: actions/download-artifact@v3
with:
path: artifacts
- name: Upload Release Assets - name: Upload Release Assets
env: env: