From da75ca6c1a5b543c5a46468ebaa4df641f8597a1 Mon Sep 17 00:00:00 2001 From: Evan Su <48808396+HACKERALERT@users.noreply.github.com> Date: Sat, 22 Jun 2024 21:57:46 -0400 Subject: [PATCH] Update build-linux.yml --- .github/workflows/build-linux.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/build-linux.yml b/.github/workflows/build-linux.yml index 989e5a0..fbf5fe2 100644 --- a/.github/workflows/build-linux.yml +++ b/.github/workflows/build-linux.yml @@ -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 +