Skip to content

Commit

Permalink
Fix Centos and OL8 release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonMarechal25 committed Feb 23, 2024
1 parent ad15b1e commit 29470d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/centos-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ol8-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 29470d5

Please sign in to comment.