File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -34,19 +34,18 @@ jobs:
3434 fail_ci_if_error : false
3535 verbose : true
3636
37- - name : Make Release
38- # if: (github.event_name == 'release')
37+ - name : Make Release Manifest
3938 run : |
4039 # Set user GitHub login required for `alr publish`
4140 alr config --set --global user.github_login ${{github.repository_owner}}
4241
4342 # Run Alire publish assistant
4443 alr publish --skip-build ${{github.server_url}}/${{github.repository}} ${{github.sha}} # TODO: remove --skip-build when resources crate is published
4544
46- - name : Get Name of manifest
47- # if: (github.event_name == 'release')
45+ - name : Get Release Manifest PATH
4846 run : |
49- echo MANIFEST_PATHNAME=$(ls alire/*.toml | head -n 1) >> $GITHUB_ENV
47+ export MANIFEST_PATHNAME=$(ls alire/*.toml | head -n 1)
48+ echo MANIFEST_PATHNAME=$MANIFEST_PATHNAME >> $GITHUB_ENV
5049 echo MANIFEST_NAME=$(basename $MANIFEST_PATHNAME) >> $GITHUB_ENV
5150
5251 - name : Upload release manifest
You can’t perform that action at this time.
0 commit comments