We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e598311 commit 60e8aa7Copy full SHA for 60e8aa7
.github/workflows/cd.yml
@@ -27,6 +27,6 @@ jobs:
27
uses: softprops/action-gh-release@v2.0.8
28
with:
29
files: |
30
- /home/runner/work/RfmOta/RfmOta/bin/Debug/RfmOta*.nupkg
+ /home/runner/work/RfmOta/RfmOta/RfmOta/bin/Release/RfmOta*.nupkg
31
env:
32
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments