Skip to content

Commit

Permalink
cd: fix cd issue
Browse files Browse the repository at this point in the history
  • Loading branch information
EstebanBorai committed Aug 29, 2020
1 parent 7ecbb01 commit a83537e
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Build
run: cargo build --release --locked

- name: archive release
- name: Archive Release
shell: bash
run: |
cp "target/release/${{ matrix.artifact_name }}" "${{ matrix.artifact_name }}"
Expand Down Expand Up @@ -103,15 +103,5 @@ jobs:
env:
CRATES_IO_TOKEN: ${{ secrets.CRATES_IO_TOKEN }}

- name: publish libcne-ve_core
run: cargo publish
working-directory: core

- name: Sleep for 30 seconds
uses: jakejarvis/wait-action@master
with:
time: '30s'

- name: publish libcne-ve
run: cargo publish
working-directory: cli

0 comments on commit a83537e

Please sign in to comment.