Skip to content

Commit

Permalink
Changing clone path
Browse files Browse the repository at this point in the history
  • Loading branch information
csjones committed Sep 5, 2023
1 parent f008a1a commit 99a8ffe
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/publish-artifact-bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,19 @@ 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' \
-p '*Linux*64' \
-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 }}

0 comments on commit 99a8ffe

Please sign in to comment.