Skip to content

Commit

Permalink
Does this fix the syntax?
Browse files Browse the repository at this point in the history
  • Loading branch information
KenCorma committed Aug 25, 2024
1 parent 8befd2c commit fb1c0fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/debug_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
runs-on: windows-latest
steps:
- name: Declare some variables
shell: bash
run: |
echo "sha_short=$(git rev-parse --short "$GITHUB_SHA")" >> "$GITHUB_ENV"
run: |
echo "sha_short=$(git rev-parse --short "$GITHUB_SHA")" >> "$GITHUB_ENV"
shell: bash
- name: Build No Release
uses: Comfy-Org/electron/.github/workflows/build/windows.yml
with:
Expand Down

0 comments on commit fb1c0fd

Please sign in to comment.