We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8b611e commit 9d37e45Copy full SHA for 9d37e45
.github/workflows/release.yml
@@ -82,7 +82,7 @@ jobs:
82
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
83
with:
84
name: coder-desktop-build
85
- path: ${{ github.workspace }}/outputs//out
+ path: ${{ github.workspace }}/outputs/out
86
retention-days: 7
87
88
# Upload to release in non-dry-run mode
0 commit comments