mirror of
https://github.com/PepperDash/EssentialsPluginTemplate.git
synced 2026-01-11 19:44:38 +00:00
fix: Workflow Syntax
This commit is contained in:
@@ -248,7 +248,7 @@ jobs:
|
||||
Remove-Item -Path ./Version/version.txt
|
||||
Remove-Item -Path ./Version
|
||||
- name: Download Build output
|
||||
:if: $NUSPECNAME != 'PDT.EssentialsPluginTemplate'
|
||||
if: $NUSPECNAME != 'PDT.EssentialsPluginTemplate'
|
||||
uses: actions/download-artifact@v1
|
||||
with:
|
||||
name: Build
|
||||
|
||||
@@ -196,7 +196,7 @@ jobs:
|
||||
Remove-Item -Path ./Version/version.txt
|
||||
Remove-Item -Path ./Version
|
||||
- name: Download Build output
|
||||
:if: $NUSPECNAME != 'PDT.EssentialsPluginTemplate'
|
||||
if: $NUSPECNAME != 'PDT.EssentialsPluginTemplate'
|
||||
uses: actions/download-artifact@v1
|
||||
with:
|
||||
name: Build
|
||||
|
||||
Reference in New Issue
Block a user