Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sergejparity committed Jan 4, 2024
1 parent 3a59317 commit 6eed02a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-polkadot-for-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ jobs:
- name: build polkadot binary
run: |
cargo build -p polkadot --release --features fast-runtime
ls -l
ls -l ./target/release
./target/release/polkadot --version
- name: upload polkadot binary
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,10 @@ jobs:
cargo build --release --features test-trimming
./target/release/staking-miner-playground --version
- name: Debug
run: |
cd staking-miner-playground
ls -la ./target/release/staking-miner-playground
- name: upload staking-miner-playground binary
uses: actions/upload-artifact@v3
with:
name: staking-miner-playground-binary
path: ./staking-miner-playground/target/release/staking-miner-playground
retention-days: 7
retention-days: 8
if-no-files-found: error

0 comments on commit 6eed02a

Please sign in to comment.