Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoPolo committed May 17, 2024
1 parent d465f8e commit a919406
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mkreleaselog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
shell: zsh {0}
run: |
cd ~/go/src/github.com/libp2p/go-libp2p
./scripts/mkreleaselog > release.log
./scripts/mkreleaselog > /tmp/release.log
- name: Upload release log
uses: actions/upload-artifact@v4
with:
name: release.log
path: release.log
path: /tmp/release.log

0 comments on commit a919406

Please sign in to comment.