Skip to content

Commit 60e8aa7

Browse files
authored
Update cd.yml
Updated build file copy path
1 parent e598311 commit 60e8aa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ jobs:
2727
uses: softprops/action-gh-release@v2.0.8
2828
with:
2929
files: |
30-
/home/runner/work/RfmOta/RfmOta/bin/Debug/RfmOta*.nupkg
30+
/home/runner/work/RfmOta/RfmOta/RfmOta/bin/Release/RfmOta*.nupkg
3131
env:
3232
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)