Skip to content

Commit 87e7fda

Browse files
committed
Fix build-script
1 parent 62d7f3c commit 87e7fda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
uses: actions/upload-artifact@v3
6161
with:
6262
name: release
63-
path: "/tmp/simplesamlphp-$VERSION.tar.gz"
63+
path: "/tmp/simplesamlphp-${{ env.VERSION }}.tar.gz"
6464
retention-days: 1
6565

6666
- name: Calculate SHA checksum

0 commit comments

Comments
 (0)