Skip to content

Commit

Permalink
Add extension to artifact filemane
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexNDRmac committed Aug 30, 2023
1 parent 2692024 commit 827ded0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
- name: Upload build artifact
uses: actions/upload-artifact@v3
with:
name: ${{ steps.setup-artifact.outputs.spx_file_name }}
name: ${{ steps.setup-artifact.outputs.spx_file_name }}.zip
path: ${{ steps.setup-artifact.outputs.spx_file_name }}.zip

release:
Expand Down

0 comments on commit 827ded0

Please sign in to comment.