diff --git a/.github/workflows/centos-release.yml b/.github/workflows/centos-release.yml index 8d80f290d..2bf0bd7f6 100644 --- a/.github/workflows/centos-release.yml +++ b/.github/workflows/centos-release.yml @@ -273,13 +273,13 @@ jobs: - name: Download Artifact uses: actions/download-artifact@v3 with: - name: ${{ZIP_NAME}} + name: ${ZIP_NAME} path: . - name: Download Artifact uses: actions/download-artifact@v3 with: - name: ${{SINGLEFILE_NAME}} + name: ${SINGLEFILE_NAME} path: . - name: Upload Release Asset diff --git a/.github/workflows/ol8-release.yml b/.github/workflows/ol8-release.yml index 18f9736e3..ae7f56366 100644 --- a/.github/workflows/ol8-release.yml +++ b/.github/workflows/ol8-release.yml @@ -249,13 +249,13 @@ jobs: - name: Download Artifact uses: actions/download-artifact@v3 with: - name: ${{ZIP_NAME}} + name: ${ZIP_NAME} path: . - name: Download Artifact uses: actions/download-artifact@v3 with: - name: ${{SINGLEFILE_NAME}} + name: ${SINGLEFILE_NAME} path: . - name: Upload Release Asset