Skip to content

Commit

Permalink
Workflows: Use correct env expansion
Browse files Browse the repository at this point in the history
  • Loading branch information
cassidyjames committed Dec 4, 2024
1 parent 8858911 commit 5576da0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/godot-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
with:
name: ${{ env.EXPORT_NAME }}
path: |
export/linux/${EXPORT_NAME}.x86_64
export/linux/${EXPORT_NAME}.pck
export/linux/${{ env.EXPORT_NAME }}.x86_64
export/linux/${{ env.EXPORT_NAME }}.pck
release:
name: Release
Expand Down

0 comments on commit 5576da0

Please sign in to comment.