Skip to content

Commit 79f2c35

Browse files
Update release.yml
1 parent a23d09d commit 79f2c35

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,19 @@ jobs:
1717
with:
1818
xgo_version: latest
1919
go_version: 1.18
20-
dest: dist
20+
dest: ../dist
2121
working_dir: xdcc
2222
targets: linux/amd64,linux/arm64,darwin/arm64
2323
v: true
2424
x: false
2525
race: false
2626
buildmode: plugin
27-
trimpath: false
27+
trimpath: true
2828

2929
- name: Prepare release version
3030
run: echo "RELEASE_VERSION=${GITHUB_REF:10}" >> $GITHUB_ENV
3131

3232
- uses: AButler/[email protected]
3333
with:
34-
files: 'xdcc/dist/*'
34+
files: 'dist/*'
3535
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)