Skip to content

Commit

Permalink
Go back to steps
Browse files Browse the repository at this point in the history
  • Loading branch information
KenCorma committed Aug 25, 2024
1 parent 927f8f9 commit 20e9b68
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/debug_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,20 @@ on:
- "prod-kendal-ghaction-split"

jobs:
Set Up:
Build Windows Debug:
runs-on: windows-latest
secrets: inherit
steps:
- name: Github checkout
uses: actions/checkout@v4
- name: Declare some variables
run: |
echo "sha_short=$(git rev-parse --short "$GITHUB_SHA")" >> "$GITHUB_ENV"
shell: bash
Build App:
secrets: inherit
uses: ./.github/workflows/reuse_build_windows.yml
with:
sign-and-publish: false
Upload App:
steps:
- name: Build
uses: ./.github/workflows/reuse_build_windows.yml
with:
sign-and-publish: false
- name: Upload Build
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 20e9b68

Please sign in to comment.