From 5c7a826c1a976e4a59a6b86bed1c4fa9465c349a Mon Sep 17 00:00:00 2001 From: Evan Bonsignori Date: Wed, 6 Sep 2023 16:15:28 -0700 Subject: [PATCH] Update release.yml From @mwoz123 's PR --- .github/release.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/release.yml b/.github/release.yml index 20ad14c..6be3e4d 100644 --- a/.github/release.yml +++ b/.github/release.yml @@ -68,3 +68,13 @@ jobs: main.js manifest.json styles.css + + - name: Upload artifacts for debugging + uses: actions/upload-artifact@v3 + with: + name: obsidian-sample-plugin + path: | + ${{ env.PLUGIN_NAME }}.zip + main.js + manifest.json + styles.css