File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,20 +17,21 @@ jobs:
1717 with :
1818 xgo_version : latest
1919 go_version : 1.18
20- dest : dist
21- prefix : plugin- xdcc
20+ dest : ../ dist
21+ working_dir : xdcc
2222 targets : linux/amd64,linux/arm64,darwin/arm64
2323 v : true
2424 x : false
2525 race : false
26- ldflags : -s -w
2726 buildmode : plugin
28- trimpath : false
27+ trimpath : true
2928
3029 - name : Prepare release version
3130 run : echo "RELEASE_VERSION=${GITHUB_REF:10}" >> $GITHUB_ENV
32-
31+ - name : print
32+ run : |
33+ ls -R
3334 - uses : AButler/upload-release-assets@v2.0
3435 with :
35- files : ' dist/*'
36+ files : ' ./ dist/github.com/ProgramComputer /*'
3637 repo-token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 22** A simple plugin to do xdcc for webircgateway to IRC networks for any web client**
33
44### Overview
5- This plugin currently supports DCC SEND.
5+ This plugin currently supports XDCC SEND.
66
77
88### Building and development
@@ -38,6 +38,7 @@ DomainName = lorem.ipsum.dolor.sit
3838
3939Note- Currently SIGHUP on webircgateway will not reload this section. Webircgateway should be restarted.
4040## Commands
41+ - [ ] DCC SEND
4142- [x] XDCC SEND
4243- [ ] XDCC RESUME
4344- [ ] XDCC ACCEPT
You can’t perform that action at this time.
0 commit comments