corrected yml indent
This commit is contained in:
parent
7096cae676
commit
2af316c867
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -43,7 +43,7 @@ jobs:
|
|||
echo "Compiling for target: ${{ matrix.target }}"
|
||||
cargo build --release --target ${{ matrix.target }}
|
||||
|
||||
- name: Create tarball
|
||||
- name: Create tarball
|
||||
run: |
|
||||
release_tag=${{ github.event.release.tag_name }}
|
||||
tar -czvf calcifer_v${release_tag}.tar.gz -C target/${{ matrix.target }}/release calcifer
|
||||
|
|
Loading…
Reference in a new issue