Skip to content

Commit acfb7f2

Browse files
2 parents 35d245c + 44ba71b commit acfb7f2

2 files changed

Lines changed: 9 additions & 7 deletions

File tree

.github/workflows/release.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff 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 }}

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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

3939
Note- 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

0 commit comments

Comments
 (0)