Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
Update gradle-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePieMonster authored Mar 17, 2022
1 parent 3292e80 commit 3eba13c
Showing 1 changed file with 14 additions and 19 deletions.
33 changes: 14 additions & 19 deletions .github/workflows/gradle-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,27 +200,22 @@ jobs:
echo "Read Gradle VersionName"
echo "VERSIONNAME=$(cat VersionName.txt)" >> $GITHUB_ENV
- name: Output Gradle VersionName
run : |
echo "Output Gradle VersionName"
echo "${{ env.VERSIONNAME }}"
- name: Download Artifact Changelog
uses: actions/[email protected]
with:
name: Changelog.txt
path: ${{ github.workspace }}/artifact
# - name: Download Artifact Changelog
# uses: actions/[email protected]
# with:
# name: Changelog.txt
# path: ${{ github.workspace }}/artifact

- name: Read Changelog
working-directory : ${{ github.workspace }}/artifact
run : |
echo "Read Changelog"
echo "CHANGELOG=$(cat Changelog.txt)" >> $GITHUB_ENV
# - name: Read Changelog
# working-directory : ${{ github.workspace }}/artifact
# run : |
# echo "Read Changelog"
# echo "CHANGELOG=$(cat Changelog.txt)" >> $GITHUB_ENV

- name: Output Changelog
run : |
echo "Output Changelog"
echo "${{ env.CHANGELOG }}"
# - name: Output Changelog
# run : |
# echo "Output Changelog"
# echo "${{ env.CHANGELOG }}"

- name: Download Artifact APK
uses: actions/[email protected]
Expand Down

0 comments on commit 3eba13c

Please sign in to comment.