Skip to content

Commit

Permalink
Update newbuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CoreBytee committed Sep 18, 2022
1 parent 948f1a0 commit 33eaa26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/newbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:
- name: Set env Var
working-directory: ./TypeWriter/
run: |
Write-Output "artifact=TypeWriter-Windows-$env:BUILD_ARCH.zip" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
Write-Output "artifact=TypeWriter-Windows-$env:BUILD_ARCH" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
- name: Upload a Build Artifact
uses: actions/[email protected]
Expand Down

0 comments on commit 33eaa26

Please sign in to comment.