From 3c0e17af6b894bf47ae3ae927eb17584e67ca867 Mon Sep 17 00:00:00 2001 From: dj2ls Date: Wed, 16 Feb 2022 09:26:25 +0100 Subject: [PATCH] path fix and readme update --- .github/workflows/build-project-win.yml | 2 +- README.md | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-project-win.yml b/.github/workflows/build-project-win.yml index 747ac875..d1e7965c 100644 --- a/.github/workflows/build-project-win.yml +++ b/.github/workflows/build-project-win.yml @@ -127,7 +127,7 @@ jobs: with: upload_url: https://uploads.github.com/repos/DJ2LS/FreeDATA/releases/48616289/assets{?name,label} # find out this value by opening https://api.github.com/repos///releases in your browser and copy the full "upload_url" value including the {?name,label} part release_id: 48616289 # same as above (id can just be taken out the upload_url, it's used to find old releases) - asset_path: ./gui-bundle/FreeDATA_windows.zip # path to archive to upload + asset_path: ./gui-bundle/win-unpacked/FreeDATA_windows.zip # path to archive to upload asset_name: FreeDATA_windows-nightly-$$.zip # name to upload the release as, use $$ to insert date (YYYYMMDD) and 6 letter commit hash asset_content_type: application/zip # required by GitHub API max_releases: 1 # optional, if there are more releases than this matching the asset_name, the oldest ones are going to be deleted diff --git a/README.md b/README.md index f07480b6..b7738b96 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,13 @@ My attempt to create a free and open-source TNC with a GUI for [codec2](https:// [mailing-list](https://groups.io/g/freedata) ## Under development -Please keep in mind, that this project is still a prototype with many issues which need to be solved. -Build steps for other OS than Ubuntu are provided, but not fully working, yet. + ![Build Windows](https://github.com/DJ2LS/FreeDATA/actions/workflows/build-project-win.yml/badge.svg) ![Build Linux](https://github.com/DJ2LS/FreeDATA/actions/workflows/build-project-linux.yml/badge.svg) +Please keep in mind, that this project is still a prototype with many issues which need to be solved. +Build steps for other OS than Ubuntu are provided, but not fully working, yet. + Please check the [Releases](https://github.com/DJ2LS/FreeDATA/releases) section for downloading nightly builds ## Preview