From 168426d8215b46381a256c371200b204355d8992 Mon Sep 17 00:00:00 2001 From: darksaid98 Date: Sat, 24 Feb 2024 12:22:52 +0100 Subject: [PATCH] ci: rename temp pack --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index acb3311..9ef9da1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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