Skip to content

Commit

Permalink
update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sbordeyne committed Apr 7, 2024
1 parent 952b398 commit bcae1fb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ jobs:
- uses: actions/checkout@v4
- name: Create directory for extension
run: |
mkdir -p balamod_tools
cp -r extension-src/* balamod_tools
mkdir -p balamod_extension_tools
cp -r extension-src/* balamod_extension_tools
- uses: vimtor/[email protected]
with:
files: balamod_tools
dest: balamod.aseprite-extension
files: balamod_extension_tools
dest: balamod_extension_tools.aseprite-extension

- uses: vimtor/[email protected]
with:
Expand All @@ -39,8 +39,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.get_current_release.outputs.upload_url }}
asset_path: ./balamod.aseprite-extension
asset_name: balamod.aseprite-extension
asset_path: ./balamod_extension_tools.aseprite-extension
asset_name: balamod_extension_tools.aseprite-extension
asset_content_type: application/zip

- name: Upload Release Fonts
Expand Down
Binary file removed balamod_extension_tools.aseprite-extension
Binary file not shown.

0 comments on commit bcae1fb

Please sign in to comment.