Skip to content
This repository was archived by the owner on Sep 11, 2023. It is now read-only.

Commit 7234a92

Browse files
authored
Typo
1 parent c4e6610 commit 7234a92

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ jobs:
99
build:
1010

1111
runs-on: windows-latest
12-
env:
13-
build-dir: ./bin/Release
14-
12+
1513
steps:
1614
- name: Checkout
1715
uses: actions/checkout@v2
@@ -71,7 +69,7 @@ jobs:
7169
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7270
with:
7371
upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
74-
asset_path: .\bin\Rlease\SPEdit.Installer.exe
72+
asset_path: .\bin\Release\SPEdit.Installer.exe
7573
asset_name: SPEdit.Installer.exe
7674
asset_content_type: application/octet-stream
7775

@@ -82,6 +80,6 @@ jobs:
8280
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8381
with:
8482
upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
85-
asset_path: .\bin\Rlease\SPEdit.Portable.zip
83+
asset_path: .\bin\Release\SPEdit.Portable.zip
8684
asset_name: SPEdit.Portable.zip
8785
asset_content_type: application/zip

0 commit comments

Comments
 (0)