Skip to content

Commit a919406

Browse files
committed
wip
1 parent d465f8e commit a919406

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/mkreleaselog.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ jobs:
3131
shell: zsh {0}
3232
run: |
3333
cd ~/go/src/github.com/libp2p/go-libp2p
34-
./scripts/mkreleaselog > release.log
34+
./scripts/mkreleaselog > /tmp/release.log
3535
- name: Upload release log
3636
uses: actions/upload-artifact@v4
3737
with:
3838
name: release.log
39-
path: release.log
39+
path: /tmp/release.log

0 commit comments

Comments
 (0)