Skip to content

Commit

Permalink
Autobuild: Move .github/action_scripts to .github/autobuild
Browse files Browse the repository at this point in the history
This also renames the two scripts to better reflect what they do.
  • Loading branch information
hoffie committed Jun 18, 2022
1 parent 979ef53 commit abd6fa7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions .github/workflows/autobuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,12 @@ jobs:
uses: actions/checkout@v2

- name: Determine release version, type and prerelease variables
run: ./.github/actions_scripts/analyse_git_reference.py
run: ./.github/autobuild/get_build_vars.py
id: get-build-vars

- name: Extract Changelog for the Github release body
if: steps.get-build-vars.outputs.PUBLISH_TO_RELEASE == 'true'
run: ./.github/actions_scripts/getChangelog.pl ChangeLog ${{ steps.get-build-vars.outputs.JAMULUS_PRO_VERSION }} > autoLatestChangelog.md
run: ./.github/autobuild/extractVersionChangelog.pl ChangeLog ${{ steps.get-build-vars.outputs.JAMULUS_PRO_VERSION }} > autoLatestChangelog.md

- name: Remove release ${{steps.get-build-vars.outputs.RELEASE_TAG}}, if existing
if: steps.get-build-vars.outputs.PUBLISH_TO_RELEASE == 'true'
Expand Down

0 comments on commit abd6fa7

Please sign in to comment.