mirror of
https://github.com/Pakobbix/StartUI-oobabooga-webui
synced 2026-01-02 05:40:33 +00:00
Update package.yml
Changed the Output filename. Added MacOS
This commit is contained in:
5
.github/workflows/package.yml
vendored
5
.github/workflows/package.yml
vendored
@@ -9,7 +9,7 @@ jobs:
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
os: [windows-latest, ubuntu-latest]
|
||||
os: [windows-latest, ubuntu-latest, macos-latest]
|
||||
steps:
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v2
|
||||
@@ -31,5 +31,6 @@ jobs:
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: packaged-files
|
||||
name: ${{ matrix.os }}-binary
|
||||
path: dist # Assuming the packaged files are created in a 'dist' directory
|
||||
|
||||
|
||||
Reference in New Issue
Block a user