Skip to content

Commit f783f74

Browse files
committed
use env
1 parent ba0be6b commit f783f74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-release-dev.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
uses: actions/upload-artifact@v2
5353
with:
5454
name: phpListZip
55-
path: phplist-${RELEASE_VERSION}.tgz
55+
path: phplist-${{ env.RELEASE_VERSION }}.tgz
5656

5757
- name: Set up QEMU
5858
uses: docker/setup-qemu-action@v1
@@ -70,7 +70,7 @@ jobs:
7070
uses: actions/download-artifact@v2
7171
with:
7272
name: phpListZip
73-
path: phplist-${RELEASE_VERSION}.tgz
73+
path: phplist-${{ env.RELEASE_VERSION }}.tgz
7474

7575
- name: Build and push
7676
id: docker_build

0 commit comments

Comments
 (0)