Browse Source

Separate package artifacts

Replace ReadMe.txt with README.md
release/1.1
Jessica James 3 years ago
parent
commit
d5b0ecec2b
  1. 4
      .github/workflows/cmake.yml
  2. 5
      README.md

4
.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.*

5
ReadMe.txt → 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.
```
Loading…
Cancel
Save