mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-23 00:57:26 +03:00
remove resource handling from github action
This commit is contained in:
parent
1e2c6f61e4
commit
c0eb83831e
3
.github/workflows/linux.yml
vendored
3
.github/workflows/linux.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user