Skip to content

Commit

Permalink
Fix wasm contracts path in deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
ivivanov committed Feb 2, 2023
1 parent 0f7eb22 commit 9badcef
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,13 +99,6 @@ jobs:
with:
args: unzip -qq ${{ env.CONTRACTS_ZIP }} -d ${{ env.CONTRACTS_DIR }}

- name: Move Contracts Artifacts in sub dir
run: |
cd $CONTRACTS_DIR
mkdir $CONTRACTS_DIR
mv ./* $CONTRACTS_DIR
cd ..
- name: Archive wasm
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 9badcef

Please sign in to comment.