Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
coltonk9043 committed Aug 31, 2024
2 parents a1e8f77 + 047849d commit 54c3deb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: chmod +x gradlew

- name: Fetch Build Time
run: echo "time=$(date +%Y-%m-%d)" >> $GITHUB_ENV
run: echo "time=$(date +%Y-%m-%d)" >> $env:GITHUB_ENV

- name: Build
run: ./gradlew build
Expand All @@ -37,8 +37,8 @@ jobs:
- uses: "0xDylan/[email protected]"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: nightly-${{ env.TIME }}
automatic_release_tag: nightly-${{env.time}}
prerelease: true
title: Nightly Build ${{ env.TIME }}
title: Nightly Build ${{env.time}}
files: |
./build/libs/*.jar

0 comments on commit 54c3deb

Please sign in to comment.