Skip to content

Commit

Permalink
Updating action
Browse files Browse the repository at this point in the history
  • Loading branch information
csjones committed Sep 6, 2023
1 parent 651fd01 commit 3fa2a5b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish-artifact-bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
runs-on: macOS-13
env:
PLUGIN_VERSION: ${{ inputs.binary_version }}
PLUGIN_PATH: Plugin-Repo
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -39,7 +40,7 @@ jobs:
-p '*Windows*64.exe' \
-p '*.deb' \
-p '*.rpm' \
-D 'Plugin-Repo/Resources/template.artifactbundle'
-D '${{ env.PLUGIN_PATH }}/Resources/template.artifactbundle'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Set info.json version
Expand All @@ -52,5 +53,5 @@ jobs:
- name: Zip Artifact Bundle
run: |
ls -a
zip -9 -r template.artifactbundl.zip template-plugin/Resources/template.artifactbundle/
zip -9 -r template.artifactbundl.zip ${{ env.PLUGIN_PATH }}/Resources/template.artifactbundle/
ls -a

0 comments on commit 3fa2a5b

Please sign in to comment.