changed back package name

This commit is contained in:
Mateusz Faderewski 2023-02-18 19:00:13 +01:00
parent eb7197a847
commit 483a94f7b9
2 changed files with 8 additions and 8 deletions

View File

@ -26,8 +26,8 @@ jobs:
- name: Upload artifact - name: Upload artifact
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
with: with:
name: SC64-FW-HW-SW name: SC64
path: SC64-FW-HW-SW.zip path: SC64.zip
- name: Get release - name: Get release
if: github.event_name == 'release' && github.event.action == 'created' if: github.event_name == 'release' && github.event.action == 'created'
@ -43,8 +43,8 @@ jobs:
GITHUB_TOKEN: ${{ github.token }} GITHUB_TOKEN: ${{ github.token }}
with: with:
upload_url: ${{ steps.get_release.outputs.upload_url }} upload_url: ${{ steps.get_release.outputs.upload_url }}
asset_path: SC64-FW-HW-SW.zip asset_path: SC64.zip
asset_name: SC64-FW-HW-SW.zip asset_name: SC64.zip
asset_content_type: application/zip asset_content_type: application/zip
build-executables: build-executables:
@ -53,11 +53,11 @@ jobs:
os: [windows-latest, ubuntu-latest, macos-latest] os: [windows-latest, ubuntu-latest, macos-latest]
include: include:
- os: windows-latest - os: windows-latest
artifact: SC64-Windows artifact: Apps-Windows
- os: ubuntu-latest - os: ubuntu-latest
artifact: SC64-Linux artifact: Apps-Linux
- os: macos-latest - os: macos-latest
artifact: SC64-macOS artifact: Apps-macOS
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}

View File

@ -2,7 +2,7 @@
set -e set -e
PACKAGE_FILE_NAME="SC64-FW-HW-SW" PACKAGE_FILE_NAME="SC64"
TOP_FILES=( TOP_FILES=(
"./sw/pc/dd64.py" "./sw/pc/dd64.py"