Skip to content

Commit

Permalink
CI: create draft release
Browse files Browse the repository at this point in the history
  • Loading branch information
owenthewizard committed May 27, 2024
1 parent 0bf0813 commit 8730a30
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:

jobs:
rust-build:
if: startsWith(github.ref, 'refs/tags/')
# if: startsWith(github.ref, 'refs/tags/')
name: Rust Build
runs-on: ubuntu-latest
steps:
Expand All @@ -31,6 +31,8 @@ jobs:
- name: Draft Release
uses: softprops/action-gh-release@v2
with:
draft: true
fail_on_unmatched_files: true
files: |
$GITHUB_WORKSPACE/target/release/i3lockr
$GITHUB_WORKSPACE/target/release/i3lockr.sig
target/release/i3lockr
target/release/i3lockr.sig

0 comments on commit 8730a30

Please sign in to comment.