We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a23d09d commit 79f2c35Copy full SHA for 79f2c35
1 file changed
.github/workflows/release.yml
@@ -17,19 +17,19 @@ jobs:
17
with:
18
xgo_version: latest
19
go_version: 1.18
20
- dest: dist
+ dest: ../dist
21
working_dir: xdcc
22
targets: linux/amd64,linux/arm64,darwin/arm64
23
v: true
24
x: false
25
race: false
26
buildmode: plugin
27
- trimpath: false
+ trimpath: true
28
29
- name: Prepare release version
30
run: echo "RELEASE_VERSION=${GITHUB_REF:10}" >> $GITHUB_ENV
31
32
- uses: AButler/upload-release-assets@v2.0
33
34
- files: 'xdcc/dist/*'
+ files: 'dist/*'
35
repo-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments