Deleted duplicate upload and added debug echo

This commit is contained in:
AZMCode
2020-08-30 09:20:59 -04:00
committed by GitHub
parent ac4832d0e1
commit 96aaa4f252

View File

@@ -51,15 +51,6 @@ jobs:
lib/**/*
package.json
- name: Upload a Build Artifact
uses: actions/upload-artifact@v2.1.4
with:
name: baileysBuilt
path: |
docs/**/*
lib/**/*
package.json
Publish-Docs:
if: github.ref == 'refs/heads/master' && github.event_name == 'push'
@@ -100,7 +91,7 @@ jobs:
- name: Debug Release Creation
run: "echo ${{ toJson(needs) }}"
run: echo "${{ toJson(needs) }}"
- name: Create Release
id: releaseCreate