mirror of
https://github.com/Picocrypt/Picocrypt.git
synced 2025-05-12 21:58:31 +02:00
Update build-linux.yml
This commit is contained in:
parent
47bee89579
commit
99f85b5bc8
1 changed files with 9 additions and 4 deletions
13
.github/workflows/build-linux.yml
vendored
13
.github/workflows/build-linux.yml
vendored
|
@ -50,13 +50,18 @@ jobs:
|
|||
cp src/Picocrypt Picocrypt/Picocrypt/usr/local/bin/
|
||||
cd Picocrypt
|
||||
dpkg-deb --build --root-owner-group Picocrypt
|
||||
|
||||
- name: Upload artifact
|
||||
|
||||
- name: Prepare to upload artifacts
|
||||
run: |
|
||||
mv src/Picocrypt .
|
||||
mv Picocrypt/Picocrypt.deb .
|
||||
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: build-linux
|
||||
path: |
|
||||
src/Picocrypt
|
||||
Picocrypt/Picocrypt.deb
|
||||
Picocrypt
|
||||
Picocrypt.deb
|
||||
if-no-files-found: error
|
||||
compression-level: 9
|
||||
|
|
Loading…
Add table
Reference in a new issue