Skip to content

Commit

Permalink
ci: rename temp pack
Browse files Browse the repository at this point in the history
  • Loading branch information
darksaid98 committed Feb 24, 2024
1 parent 48d92fb commit 168426d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,13 @@ jobs:
# Set a custom output file path to work with the generated ZIP file
# without needing to download its artifact in a separate step
output_file_path = '/tmp/alathra.zip'
output_file_path = '/tmp/athyrium.zip'
# Create release
- name: Create Release
uses: softprops/action-gh-release@v1
with:
files: /tmp/alathra.zip
files: /tmp/athyrium.zip
token: ${{ secrets.GITHUB_TOKEN }}
tag_name: ${{ steps.semantic_release_info.outputs.git_tag }}
draft: false
Expand Down

0 comments on commit 168426d

Please sign in to comment.