Update package.yml

Changed the Output filename. Added MacOS
This commit is contained in:
Pakobbix 2023-05-13 15:06:20 +02:00 committed by GitHub
parent 92a8286cf3
commit 5663c18ae3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ jobs:
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy:
matrix: matrix:
os: [windows-latest, ubuntu-latest] os: [windows-latest, ubuntu-latest, macos-latest]
steps: steps:
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v2 uses: actions/setup-python@v2
@ -31,5 +31,6 @@ jobs:
- name: Upload artifacts - name: Upload artifacts
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v2
with: with:
name: packaged-files name: ${{ matrix.os }}-binary
path: dist # Assuming the packaged files are created in a 'dist' directory path: dist # Assuming the packaged files are created in a 'dist' directory