mirror of
https://github.com/PepperDash/EssentialsPluginTemplate.git
synced 2026-07-02 08:38:14 +00:00
fix: Workflow Syntax
This commit is contained in:
parent
856178d920
commit
3d57ac3560
2 changed files with 24 additions and 25 deletions
|
|
@ -229,9 +229,8 @@ jobs:
|
|||
shell: powershell
|
||||
run: |
|
||||
$nuspec_file = Get-ChildItem *.nuspec -recurse
|
||||
env.NUSPECNAME = $($nuspec_file.BaseName)
|
||||
${{ env.NUSPECNAME }} = $($nuspec_file.BaseName)
|
||||
echo "NUSPEC_FILE=$($nuspec_file.BaseName)"| Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
|
||||
|
||||
- name: Download Build Version Info
|
||||
if: ${{ env.NUSPECNAME != 'PDT.EssentialsPluginTemplate '}}
|
||||
uses: actions/download-artifact@v1
|
||||
|
|
|
|||
|
|
@ -177,7 +177,7 @@ jobs:
|
|||
shell: powershell
|
||||
run: |
|
||||
$nuspec_file = Get-ChildItem *.nuspec -recurse
|
||||
env.NUSPECNAME = $($nuspec_file.BaseName)
|
||||
${{ env.NUSPECNAME }} = $($nuspec_file.BaseName)
|
||||
echo "NUSPEC_FILE=$($nuspec_file.BaseName)"| Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
|
||||
- name: Download Build Version Info
|
||||
if: ${{ env.NUSPECNAME != 'PDT.EssentialsPluginTemplate '}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue