From 99a8ffef547f120f0a5d4ca3c3e239c925be0889 Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 5 Sep 2023 02:07:54 -0700 Subject: [PATCH] Changing clone path --- .github/workflows/publish-artifact-bundle.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-artifact-bundle.yml b/.github/workflows/publish-artifact-bundle.yml index b09c8ec..8dc53c9 100644 --- a/.github/workflows/publish-artifact-bundle.yml +++ b/.github/workflows/publish-artifact-bundle.yml @@ -26,8 +26,11 @@ jobs: runs-on: macOS-13 steps: - uses: actions/checkout@v4 + with: + path: Plugin-Repo - name: Get latest version run: | + ls -a gh release download ${{ inputs.plugin_version }} \ -R "${{ inputs.plugin_repo }}" \ -p '*MacOS*64' \ @@ -35,7 +38,7 @@ jobs: -p '*Windows*64.exe' \ -p '*.deb' \ -p '*.rpm' \ - -D 'Resources/template.artifactbundle' - ls -a Resources/template.artifactbundle + -D 'Plugin-Repo/Resources/template.artifactbundle' + ls -a Plugin-Repo/Resources/template.artifactbundle env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file