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

View File

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