final fix

This commit is contained in:
Polprzewodnikowy 2022-05-15 18:02:02 +02:00
parent 8daac63951
commit ca2492d129
5 changed files with 7 additions and 7 deletions

View File

@ -37,8 +37,8 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v2
with:
name: SummerCart64
path: SummerCart64.zip
name: SC64
path: SC64.zip
- name: Get release
if: github.event_name == 'release' && github.event.action == 'created'
@ -54,6 +54,6 @@ jobs:
GITHUB_TOKEN: ${{ github.token }}
with:
upload_url: ${{ steps.get_release.outputs.upload_url }}
asset_path: SummerCart64.zip
asset_name: SummerCart64.zip
asset_path: SC64.zip
asset_name: SC64.zip
asset_content_type: application/zip

View File

@ -5,9 +5,9 @@ set -e
PACKAGE_FILE_NAME="SC64"
FILES=(
"./fw/ftdi-template.xml"
"./fw/project/lcmxo2/impl1/sc64_impl1.bit"
"./fw/project/lcmxo2/impl1/sc64_impl1.jed"
"./hw/ftdi-template.xml"
"./sw/bootloader/build/bootloader.bin"
"./sw/controller/build/controller.bin"
"./sw/controller/build/controller.elf"

View File

@ -1,6 +1,6 @@
#!/bin/bash
BUILDER_IMAGE="ghcr.io/polprzewodnikowy/sc64env:v1.4"
BUILDER_IMAGE="ghcr.io/polprzewodnikowy/sc64env:v1.5"
pushd $(dirname $0) > /dev/null
@ -15,6 +15,7 @@ fi
docker run \
$DOCKER_OPTIONS \
--rm \
--user $(id -u):$(id -g) \
--mac-address ${MAC_ADDRESS:-F8:12:34:56:78:90} \
--mount type=bind,src="$(pwd)/flexlm",target="/flexlm" \
--mount type=bind,src="$(pwd)",target="/workdir" \

View File

@ -2,5 +2,4 @@
source $bindir/diamond_env
yum remove -y libusb
diamondc build.tcl