Skip to content

Commit

Permalink
Fix a typo in setting name of release using evdi from GitHub
Browse files Browse the repository at this point in the history
Signed-off-by: Michael L. Young <[email protected]>
  • Loading branch information
elguero committed Apr 11, 2024
1 parent 5232839 commit 63a85a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Environment variable for setting name of RPM when using EVDI from Github
run: |
echo "EVDISOURCE=github_evdi" >> $GITHUB_ENV
echo "EVDISOURCE=.github_evdi" >> $GITHUB_ENV
- name: Environment variable for OS version
run: |
Expand Down

0 comments on commit 63a85a7

Please sign in to comment.