Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
danielchalmers committed Jan 4, 2024
1 parent 964cdf5 commit 5449488
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build for release
name: Prepare for release

runs:
using: "composite"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: Standard
name: Build

on:
push:
pull_request:

jobs:
Standard:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4

- uses: ./.github/build-for-release-action.yml
- uses: ./.github/actions/prepare-for-release
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: ./.github/build-for-release-action.yml
- uses: ./.github/actions/prepare-for-release

- name: Create GitHub release
uses: ncipollo/release-action@v1
Expand Down

0 comments on commit 5449488

Please sign in to comment.