Skip to content

Commit 46126bc

Browse files
committed
debug workflows
1 parent 0f44adf commit 46126bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-for-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
if: startsWith(github.ref, 'refs/tags/') && matrix.os == 'ubuntu-latest'
4444
with:
4545
files: |
46-
dotter
46+
target/${{ matrix.target }}/release/dotter
4747
completions.zip
4848
4949
- name: Upload asset on Windows
@@ -52,4 +52,4 @@ jobs:
5252
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5353
if: startsWith(github.ref, 'refs/tags/') && matrix.os == 'windows-latest'
5454
with:
55-
files: dotter.exe
55+
files: target/${{ matrix.target }}/release/dotter.exe

0 commit comments

Comments
 (0)