Skip to content

Commit

Permalink
fix workflow, gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
royshil committed Oct 19, 2023
1 parent cb83003 commit bdb0321
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ jobs:
uses: "actions/download-artifact@v3"

- name: Generate Checksums 🪪
if: fromJSON(steps.check.outputs.validTag)
run: |
: Generate Checksums 🪪
if [[ "${RUNNER_DEBUG}" ]]; then set -x; fi
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
build_*
release

0 comments on commit bdb0321

Please sign in to comment.