This commit is contained in:
Mateusz Faderewski 2023-03-03 17:24:35 +01:00
parent b7bda71521
commit e605040d0f

View File

@ -101,9 +101,7 @@ jobs:
run: |
mkdir package
cd target/release
tar ${{ matrix.options }} \
../../package/${{ matrix.name }}${{ steps.version.outputs.replaced }}.${{ matrix.extension }} \
${{ matrix.executable }}
tar ${{ matrix.options }} ../../package/${{ matrix.name }}${{ steps.version.outputs.replaced }}.${{ matrix.extension }} ${{ matrix.executable }}
working-directory: sw/deployer
- name: Upload artifact