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
baaf7c4a28
commit
592400cc90
2 changed files with 2 additions and 2 deletions
|
|
@ -248,7 +248,7 @@ jobs:
|
||||||
Remove-Item -Path ./Version/version.txt
|
Remove-Item -Path ./Version/version.txt
|
||||||
Remove-Item -Path ./Version
|
Remove-Item -Path ./Version
|
||||||
- name: Download Build output
|
- name: Download Build output
|
||||||
:if: $NUSPECNAME != 'PDT.EssentialsPluginTemplate'
|
if: $NUSPECNAME != 'PDT.EssentialsPluginTemplate'
|
||||||
uses: actions/download-artifact@v1
|
uses: actions/download-artifact@v1
|
||||||
with:
|
with:
|
||||||
name: Build
|
name: Build
|
||||||
|
|
|
||||||
|
|
@ -196,7 +196,7 @@ jobs:
|
||||||
Remove-Item -Path ./Version/version.txt
|
Remove-Item -Path ./Version/version.txt
|
||||||
Remove-Item -Path ./Version
|
Remove-Item -Path ./Version
|
||||||
- name: Download Build output
|
- name: Download Build output
|
||||||
:if: $NUSPECNAME != 'PDT.EssentialsPluginTemplate'
|
if: $NUSPECNAME != 'PDT.EssentialsPluginTemplate'
|
||||||
uses: actions/download-artifact@v1
|
uses: actions/download-artifact@v1
|
||||||
with:
|
with:
|
||||||
name: Build
|
name: Build
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue