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/
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