Skip to content

Commit

Permalink
Use correct environment variable when uploading file
Browse files Browse the repository at this point in the history
  • Loading branch information
pverscha committed Aug 7, 2024
1 parent fe6da8f commit b8e56b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
id: upload_or_update_release
uses: softprops/action-gh-release@v1
with:
files: build/$SP_VERSION.zip
files: build/${{ env.SP_VERSION }}.zip
tag_name: index-${{ env.SP_VERSION }}
name: Index ${{ env.SP_VERSION }}
commitish: ${{ github.sha }}
Expand Down

0 comments on commit b8e56b0

Please sign in to comment.