fixed wrong directory on workflow
This commit is contained in:
parent
3a131d93ed
commit
52937f3839
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ jobs:
|
||||||
- name: Build AppImage
|
- name: Build AppImage
|
||||||
run: |
|
run: |
|
||||||
mkdir -p Cryptura.AppDir/usr/bin
|
mkdir -p Cryptura.AppDir/usr/bin
|
||||||
cp -r ./output_linux/* Cryptura.AppDir/usr/bin/
|
cp -r ./output_linux_x64/* Cryptura.AppDir/usr/bin/
|
||||||
|
|
||||||
cp Cryptura/Assets/AppRun Cryptura.AppDir/
|
cp Cryptura/Assets/AppRun Cryptura.AppDir/
|
||||||
cp Cryptura/Assets/cryptura.desktop Cryptura.AppDir/
|
cp Cryptura/Assets/cryptura.desktop Cryptura.AppDir/
|
||||||
|
|
Loading…
Add table
Reference in a new issue