Skip to content

Commit

Permalink
add include hidden files
Browse files Browse the repository at this point in the history
  • Loading branch information
greged93 committed Sep 30, 2024
1 parent c0bdd73 commit cdfacd4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 13 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,20 +55,12 @@ jobs:
asdf install scarb 0.7.0
- name: Setup the Kakarot submodule
run: make setup
- run: mkdir /tmp_kakarot && mv .kakarot/* /tmp_kakarot
- name: log
run: |
echo $PWD
cd /tmp
echo $PWD
ls -a
cd build
ls -a
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: artifacts
path: /tmp_kakarot
path: ./.kakarot
include-hidden-files: true

# Inspired by Reth CI.
# <https://github.com/paradigmxyz/reth/blob/027d50fc105fd527dca0bf56fe51b7240f119e66/.github/workflows/docker.yml>
Expand Down
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ setup: .gitmodules
cd lib/kakarot && make setup && make build && make build-sol && \
mv build/ssj/contracts_Cairo1Helpers.contract_class.json build/cairo1_helpers.json && rm -fr build/ssj
./scripts/extract_abi.sh
cd ./.kakarot && echo $(PWD) && ls -a

deploy-kakarot:
cd lib/kakarot && STARKNET_NETWORK=$(STARKNET_NETWORK) poetry run python ./kakarot_scripts/deploy_kakarot.py && cd ..
Expand Down
3 changes: 1 addition & 2 deletions rust-toolchain
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
[toolchain]
channel = "1.81.0"
nightly-2024-09-15

0 comments on commit cdfacd4

Please sign in to comment.