Update build-linux.yml

This commit is contained in:
Evan Su 2024-06-20 23:01:34 -04:00 committed by GitHub
parent 47bee89579
commit 99f85b5bc8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -50,13 +50,18 @@ jobs:
cp src/Picocrypt Picocrypt/Picocrypt/usr/local/bin/ cp src/Picocrypt Picocrypt/Picocrypt/usr/local/bin/
cd Picocrypt cd Picocrypt
dpkg-deb --build --root-owner-group 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 uses: actions/upload-artifact@v4
with: with:
name: build-linux name: build-linux
path: | path: |
src/Picocrypt Picocrypt
Picocrypt/Picocrypt.deb Picocrypt.deb
if-no-files-found: error if-no-files-found: error
compression-level: 9 compression-level: 9