Skip to content

Commit

Permalink
CI: cleanup attachment job
Browse files Browse the repository at this point in the history
  • Loading branch information
Grimler91 committed Jul 30, 2022
1 parent 4373709 commit faec33a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/attach_termux_elf_cleaner_to_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,13 @@ jobs:
echo "The versionName '${RELEASE_VERSION_NAME/v/}' is not a valid version as per semantic version '2.0.0' spec in the format 'major.minor.patch(-prerelease)(+buildmetadata)'. https://semver.org/spec/v2.0.0.html."
exit 1
fi
- name: Echo release
run: echo "Attaching termux-elf-cleaner to '${{ env.RELEASE_VERSION_NAME }}' release"
- name: Build
run: |
autoreconf -vfi
mkdir build && cd build
../configure
make
- name: Attach termux-elf-claner to release
- name: Attach termux-elf-cleaner to release
run: >-
hub release edit
-m ""
Expand Down

0 comments on commit faec33a

Please sign in to comment.