mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
Deleted duplicate upload and added debug echo
This commit is contained in:
11
.github/workflows/main.yml
vendored
11
.github/workflows/main.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user