Skip to content
This repository has been archived by the owner on Jan 26, 2025. It is now read-only.

Commit

Permalink
Why
Browse files Browse the repository at this point in the history
  • Loading branch information
RawDiamondMC authored Oct 22, 2023
1 parent 0db01f9 commit 4a7afa0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
- name: Generate version file
run: ./gradlew generate-version-file

- run: ls -a

- name: Read mod version
id: mod_version
uses: juliangruber/read-file-action@cc341ded5e6547edbdf30bf7b4138a940433641b
Expand All @@ -65,4 +67,4 @@ jobs:
with:
files: ./artifacts/*
prerelease: true
tag_name: latest
tag_name: latest

0 comments on commit 4a7afa0

Please sign in to comment.