Use bash shell explicitly for release

This commit is contained in:
Gabriel Simmer 2023-04-25 10:24:49 +01:00
parent a8a7aa5491
commit 3fdee7b6a5
Signed by: arch
GPG key ID: C81B106D46C5B875

View file

@ -47,6 +47,7 @@ jobs:
else
tar czf ${{ matrix.artifact_name }}.tar.gz -C target/${{ matrix.target }}/release osc-triggers
fi
shell: bash
- name: Upload artifacts
uses: actions/upload-artifact@v2