Skip to content

Commit c0da99e

Browse files
Merge pull request #13 from Keyfactor/master
getting latest
2 parents 9d51a1e + 72b0ccf commit c0da99e

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/keyfactor-extension-release.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,8 @@ jobs:
2929
steps:
3030
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
3131
- uses: actions/checkout@v2
32-
with:
33-
path: .
34-
- name: Setup Envrionment
32+
33+
- name: Setup Environment
3534
id: setup_env
3635
run: |
3736
echo "Setup Envrionment Variables for Workflow"
@@ -99,7 +98,6 @@ jobs:
9998
run: |
10099
md ${{ github.workspace }}\zip\Keyfactor
101100
Compress-Archive -Path ${{env.project_folder}}\bin\Release\*.dll,${{ github.workspace }}\${{env.project_folder}}\bin\Release\*.json -DestinationPath ${{ github.workspace }}\zip\Keyfactor\$Env:REPO_NAME.zip -Force
102-
103101
104102
- name: Upload Release Asset (x64)
105103
if: ${{ success() }}
@@ -119,7 +117,7 @@ jobs:
119117
env:
120118
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
121119
with:
122-
file_pattern: AssemblyInfo.cs
120+
file_pattern: Properties/AssemblyInfo.cs
123121
commit_message: Updated AssemblyInfo to version ${{ steps.create_release.outputs.current_tag }}
124122
commit_user_name: Keyfactor
125123
commit_user_email: keyfactor@keyfactor.github.io

0 commit comments

Comments
 (0)