remove resource handling from github action

This commit is contained in:
Adam Velebil 2022-10-07 09:21:52 +02:00
parent 1e2c6f61e4
commit c0eb83831e
No known key found for this signature in database
GPG Key ID: AC6D6B9D715FC084

View File

@ -55,9 +55,6 @@ jobs:
run: |
export REF=$(echo ${GITHUB_REF} | cut -d '/' -f 3)
mkdir deploy
mv resources/com.yubico.authenticator.desktop build/linux/x64/release/bundle
mv resources/icons/com.yubico.yubioath.png build/linux/x64/release/bundle
mv resources/README.adoc build/linux/x64/release/bundle
tar -czf deploy/yubioath-desktop-${REF}-linux-${{matrix.os}}.tar.gz -C build/linux/x64/release/bundle .
- name: Upload artifact