Skip to content

Commit d8ea122

Browse files
committed
retry
1 parent 3608464 commit d8ea122

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@ jobs:
7979
# Upload as artifact in dry-run mode
8080
- name: Upload Build Artifact
8181
if: ${{ inputs.dryrun }}
82-
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
82+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
8383
with:
8484
name: coder-desktop-build
85-
path: ${{ github.workspace }}/out
85+
path: ${{ github.workspace }}/outputs//out
8686
retention-days: 7
8787

8888
# Upload to release in non-dry-run mode

0 commit comments

Comments
 (0)