Skip to content

Commit 69eb869

Browse files
committed
ci.yml: Fix artifacts directory typo
Signed-off-by: Andrew Gunnerson <[email protected]>
1 parent c3fc127 commit 69eb869

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,5 +117,5 @@ jobs:
117117
with:
118118
name: ddns-updater-${{ steps.get_version.outputs.version }}-${{ matrix.artifact.name }}
119119
path: |
120-
target/release/ddns-updater
121-
target/release/ddns-updater.exe
120+
target/output/ddns-updater
121+
target/output/ddns-updater.exe

0 commit comments

Comments
 (0)