mirror of
https://github.com/PepperDash/EssentialsPluginTemplate.git
synced 2026-04-12 03:56:55 +00:00
fix: Workflow Syntax
This commit is contained in:
parent
266bf187d9
commit
87872b78e2
2 changed files with 2 additions and 2 deletions
|
|
@ -229,7 +229,7 @@ jobs:
|
|||
shell: powershell
|
||||
run: |
|
||||
$nuspec = Get-ChildItem *.nuspec -recurse
|
||||
$NUSPECNAME = nuspec.BaseName
|
||||
$NUSPECNAME = $nuspec.BaseName
|
||||
echo "NUSPEC_FILE=$($NUSPECNAME)"| Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
|
||||
|
||||
- name: Download Build Version Info
|
||||
|
|
|
|||
|
|
@ -177,7 +177,7 @@ jobs:
|
|||
shell: powershell
|
||||
run: |
|
||||
$nuspec = Get-ChildItem *.nuspec -recurse
|
||||
$NUSPECNAME = nuspec.BaseName
|
||||
$NUSPECNAME = $nuspec.BaseName
|
||||
echo "NUSPEC_FILE=$($NUSPECNAME)"| Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
|
||||
|
||||
- name: Download Build Version Info
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue