Skip to content

Commit

Permalink
test the release flow
Browse files Browse the repository at this point in the history
  • Loading branch information
greged93 committed Sep 30, 2024
1 parent 58b7cfb commit b9fb051
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,13 @@ jobs:
cd ./.kakarot
echo $PWD
ls -a
cd build
ls -a
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: artifacts
path: ./.kakarot
path: ./.kakarot/

# Inspired by Reth CI.
# <https://github.com/paradigmxyz/reth/blob/027d50fc105fd527dca0bf56fe51b7240f119e66/.github/workflows/docker.yml>
Expand Down

0 comments on commit b9fb051

Please sign in to comment.