From d5b0ecec2b080553ef41b50d0cee43756a00081d Mon Sep 17 00:00:00 2001 From: Jessica James Date: Fri, 19 Nov 2021 19:24:24 -0600 Subject: [PATCH] Separate package artifacts Replace ReadMe.txt with README.md --- .github/workflows/cmake.yml | 4 ++-- ReadMe.txt => README.md | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) rename ReadMe.txt => README.md (72%) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index d44ca73..40dd9f4 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -35,7 +35,7 @@ jobs: - name: Archive build package / binaries uses: actions/upload-artifact@v2 with: - name: build-package + name: ubuntu-package path: ${{github.workspace}}/bin/Jupiter Bot Binaries.* windows-build: @@ -64,5 +64,5 @@ jobs: - name: Archive build package / binaries uses: actions/upload-artifact@v2 with: - name: build-package + name: windows-package path: ${{github.workspace}}/bin/Jupiter Bot Binaries.* \ No newline at end of file diff --git a/ReadMe.txt b/README.md similarity index 72% rename from ReadMe.txt rename to README.md index 61909c1..a626fb1 100644 --- a/ReadMe.txt +++ b/README.md @@ -1,3 +1,7 @@ +[![CMake](https://github.com/JAJames/Jupiter-Bot/actions/workflows/cmake.yml/badge.svg)](https://github.com/JAJames/Jupiter-Bot/actions/workflows/cmake.yml) + +Original ReadMe.txt, needs to be updated: +``` The command line for this application is as follows: Bot.exe [-config Config.ini] [-pluginsdir Plugins\] @@ -10,3 +14,4 @@ reduce all of your IRC bots down to a single instance. Also: Take note that whenever the bot syncs the config from memory to the file (such as when adding a setjoin), all comments in the file are destroyed. +``` \ No newline at end of file