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
aa163d6a64
commit
da75ca6c1a
1 changed files with 10 additions and 0 deletions
10
.github/workflows/build-linux.yml
vendored
10
.github/workflows/build-linux.yml
vendored
|
@ -10,6 +10,7 @@ on:
|
||||||
- main
|
- main
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 0 * * *"
|
- cron: "0 0 * * *"
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
@ -68,3 +69,12 @@ jobs:
|
||||||
Picocrypt.deb
|
Picocrypt.deb
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
compression-level: 9
|
compression-level: 9
|
||||||
|
|
||||||
|
- name: Release
|
||||||
|
uses: softprops/action-gh-release@v2
|
||||||
|
with:
|
||||||
|
files: |
|
||||||
|
Picocrypt
|
||||||
|
Picocrypt.deb
|
||||||
|
make_latest: true
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue