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
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
|
||||
schedule:
|
||||
- cron: "0 0 * * *"
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
@ -68,3 +69,12 @@ jobs:
|
|||
Picocrypt.deb
|
||||
if-no-files-found: error
|
||||
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