fix CI syntax
This commit is contained in:
@@ -55,10 +55,10 @@ jobs:
|
|||||||
- name: build
|
- name: build
|
||||||
run: cargo build --release --locked
|
run: cargo build --release --locked
|
||||||
- name: package-tar-gz
|
- name: package-tar-gz
|
||||||
if: ${{ matrix.info.package-extension == "tar.gz" }}
|
if: ${{ matrix.info.package-extension == 'tar.gz' }}
|
||||||
run: tar --create --gzip --file "hexapoda-${{ matrix.info.os }}-${{ github.ref_name }}.tar.gz" -C "target/release/" "hexapoda${{ matrix.info.executable-extension }}" -C "." "completions" "manpage"
|
run: tar --create --gzip --file "hexapoda-${{ matrix.info.os }}-${{ github.ref_name }}.tar.gz" -C "target/release/" "hexapoda${{ matrix.info.executable-extension }}" -C "." "completions" "manpage"
|
||||||
- name: package-zip
|
- name: package-zip
|
||||||
if: ${{ matrix.info.package-extension == "zip" }}
|
if: ${{ matrix.info.package-extension == 'zip' }}
|
||||||
run: |
|
run: |
|
||||||
mv "target/release/hexapoda${{ matrix.info.executable-extension }}" "."
|
mv "target/release/hexapoda${{ matrix.info.executable-extension }}" "."
|
||||||
zip --recurse-paths "hexapoda-${{ matrix.info.os }}-${{ github.ref_name }}.zip" "hexapoda${{ matrix.info.executable-extension }}" "completions" "manpage"
|
zip --recurse-paths "hexapoda-${{ matrix.info.os }}-${{ github.ref_name }}.zip" "hexapoda${{ matrix.info.executable-extension }}" "completions" "manpage"
|
||||||
|
|||||||
Reference in New Issue
Block a user