Skip to content

Commit

Permalink
CD: fix dot folder
Browse files Browse the repository at this point in the history
  • Loading branch information
denisidoro committed May 24, 2020
1 parent a4986a0 commit 7ee89a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
rust-version: stable
- uses: actions/checkout@v1
- name: Build
run: cd rust && bin/dot rust binary build --target ${{ matrix.target }}
run: cd rust && ../bin/dot rust binary build --target ${{ matrix.target }}
- name: Tar
run: cd rust && bin/dot rust binary tar --target ${{ matrix.target }}
run: cd rust && ../bin/dot rust binary tar --target ${{ matrix.target }}
- name: Get the version
id: get_version
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
Expand Down

0 comments on commit 7ee89a9

Please sign in to comment.