Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AltronMaxX authored Jul 13, 2023
1 parent bde4e94 commit 406cd5f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ jobs:
- name: Configure Git User Details
run: |
git config --global user.email "[email protected]" && git config --global user.name "Github Actions"
echo "Compile_Date=$(date +%H%M%d%m%Y)" >> $GITHUB_ENV
- name: Apply Patches
run: ./gradlew applyPatches --stacktrace
Expand All @@ -43,12 +42,11 @@ jobs:
- name: Make release
uses: softprops/action-gh-release@v1
with:
name: "1.20.1 build ${{ env.Compile_Date }}"
name: "1.20.1 build ${{github.run_number}}"
body: |
Foldenor build
Version: 1.20.1
Build Time: ${{ env.Compile_Date }}
tag_name: "latest_1.20.1_${{ env.Compile_Date }}"
tag_name: "latest_1.20.1_${{github.run_number}}"
files: build/libs/*
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 406cd5f

Please sign in to comment.