Skip to content

Commit

Permalink
ci: Obviously powershell getting in the way 🤦🏼‍♂️
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanRynne committed May 28, 2024
1 parent d121fa5 commit 714b76e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- "*"

jobs:
build-and-publish:
build:
runs-on: windows-latest

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:

- id: set-version
name: Set version to output
run: echo "version=${{env.fullSemver}}" >> "$GITHUB_OUTPUT"
run: echo "version=${{env.fullSemver}}" >> "$Env:GITHUB_OUTPUT"

deploy-installers:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 714b76e

Please sign in to comment.