We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f44adf commit 46126bcCopy full SHA for 46126bc
.github/workflows/build-for-release.yml
@@ -43,7 +43,7 @@ jobs:
43
if: startsWith(github.ref, 'refs/tags/') && matrix.os == 'ubuntu-latest'
44
with:
45
files: |
46
- dotter
+ target/${{ matrix.target }}/release/dotter
47
completions.zip
48
49
- name: Upload asset on Windows
@@ -52,4 +52,4 @@ jobs:
52
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
53
if: startsWith(github.ref, 'refs/tags/') && matrix.os == 'windows-latest'
54
55
- files: dotter.exe
+ files: target/${{ matrix.target }}/release/dotter.exe
0 commit comments