Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabien-Chouteau authored Apr 20, 2022
1 parent 11ee43a commit 0318a25
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,8 @@ jobs:
- name: Get Name of manifest
# if: (github.event_name == 'release')
run: |
MANIFEST_PATHNAME=$(ls alire/*.toml | head -n 1)
MANIFEST_NAME=$(basename $MANIFEST_PATHNAME)
echo ::set-env name=MANIFEST_NAME::${MANIFEST_NAME}
echo ::set-env name=MANIFEST_PATHNAME::${MANIFEST_PATHNAME}
echo MANIFEST_PATHNAME=$(ls alire/*.toml | head -n 1) >> $GITHUB_ENV
echo MANIFEST_NAME=$(basename $MANIFEST_PATHNAME) >> $GITHUB_ENV
- name: Upload release manifest
if: (github.event_name == 'release')
Expand Down

0 comments on commit 0318a25

Please sign in to comment.