mirror of
https://github.com/Polprzewodnikowy/SummerCart64.git
synced 2024-11-21 21:49:15 +01:00
final fix
This commit is contained in:
parent
8daac63951
commit
ca2492d129
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
@ -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
|
||||
|
2
build.sh
2
build.sh
@ -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"
|
||||
|
@ -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" \
|
||||
|
@ -2,5 +2,4 @@
|
||||
|
||||
source $bindir/diamond_env
|
||||
|
||||
yum remove -y libusb
|
||||
diamondc build.tcl
|
||||
|
Loading…
Reference in New Issue
Block a user