mirror of
https://github.com/Picocrypt/Picocrypt.git
synced 2025-05-13 06:08:30 +02:00
Update build-linux.yml
This commit is contained in:
parent
81b97ae797
commit
15437f5a28
1 changed files with 1 additions and 2 deletions
3
.github/workflows/build-linux.yml
vendored
3
.github/workflows/build-linux.yml
vendored
|
@ -49,9 +49,7 @@ jobs:
|
||||||
ls
|
ls
|
||||||
cp src/Picocrypt Picocrypt/Picocrypt/usr/local/bin/
|
cp src/Picocrypt Picocrypt/Picocrypt/usr/local/bin/
|
||||||
cd Picocrypt
|
cd Picocrypt
|
||||||
ls
|
|
||||||
dpkg-deb --build --root-owner-group Picocrypt
|
dpkg-deb --build --root-owner-group Picocrypt
|
||||||
ls
|
|
||||||
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
|
@ -59,5 +57,6 @@ jobs:
|
||||||
name: build-linux
|
name: build-linux
|
||||||
path: |
|
path: |
|
||||||
src/Picocrypt
|
src/Picocrypt
|
||||||
|
Picocrypt/Picocrypt.deb
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
compression-level: 9
|
compression-level: 9
|
||||||
|
|
Loading…
Add table
Reference in a new issue