Skip to content

Commit 01a6783

Browse files
committed
chore: fix the build
1 parent 45c53af commit 01a6783

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,9 @@ jobs:
3939
- name: Prepare pre-requisites
4040
uses: ./.github/actions/prepare
4141

42-
- name: Copy config file and compile pkg
43-
env:
44-
INTEGRITY_SECRET: ${{ secrets.INTEGRITY_SECRET }}
42+
- name: Copy config file
4543
run: |
4644
cp config/config.example.json config/config.json
47-
cargo run
4845
4946
- name: Set up QEMU
5047
uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0

0 commit comments

Comments
 (0)