mirror of
https://github.com/Polprzewodnikowy/SummerCart64.git
synced 2024-11-26 07:34:15 +01:00
changed artifact names
This commit is contained in:
parent
9f713b938f
commit
eb7197a847
16
.github/workflows/build.yml
vendored
16
.github/workflows/build.yml
vendored
@ -26,8 +26,8 @@ jobs:
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: SC64
|
||||
path: SC64.zip
|
||||
name: SC64-FW-HW-SW
|
||||
path: SC64-FW-HW-SW.zip
|
||||
|
||||
- name: Get release
|
||||
if: github.event_name == 'release' && github.event.action == 'created'
|
||||
@ -43,14 +43,21 @@ jobs:
|
||||
GITHUB_TOKEN: ${{ github.token }}
|
||||
with:
|
||||
upload_url: ${{ steps.get_release.outputs.upload_url }}
|
||||
asset_path: SC64.zip
|
||||
asset_name: SC64.zip
|
||||
asset_path: SC64-FW-HW-SW.zip
|
||||
asset_name: SC64-FW-HW-SW.zip
|
||||
asset_content_type: application/zip
|
||||
|
||||
build-executables:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [windows-latest, ubuntu-latest, macos-latest]
|
||||
include:
|
||||
- os: windows-latest
|
||||
artifact: SC64-Windows
|
||||
- os: ubuntu-latest
|
||||
artifact: SC64-Linux
|
||||
- os: macos-latest
|
||||
artifact: SC64-macOS
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
@ -78,4 +85,5 @@ jobs:
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: ${{ matrix.artifact }}
|
||||
path: sw/pc/dist/*
|
||||
|
Loading…
Reference in New Issue
Block a user