Skip to content

Commit 75a8255

Browse files
Update release.yml
1 parent cbce237 commit 75a8255

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v2
13-
- name: cd
14-
run: cd xdcc
1513
-
1614
name: Build
1715
uses: crazy-max/ghaction-xgo@v2
@@ -27,6 +25,7 @@ jobs:
2725
ldflags: -s -w
2826
buildmode: plugin
2927
trimpath: false
28+
pkg: xdcc
3029

3130
- name: Prepare release version
3231
run: echo "RELEASE_VERSION=${GITHUB_REF:10}" >> $GITHUB_ENV

0 commit comments

Comments
 (0)