Skip to content

Commit

Permalink
FIX Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
LifeIsAParadox committed Jun 10, 2023
1 parent 6d9b44a commit 4a69272
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/buildrelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,13 @@ jobs:
script: |
const fs = require("fs")
return fs.readdirSync("build/libs/").filter(e => !e.endsWith("dev.jar") && !e.endsWith("sources.jar") && e.endsWith(".jar"))[0]
- name: Release
id: uploadrelease
uses: softprops/action-gh-release@v1
with:
body: ${{ steps.read_changelog.outputs.changelog }}
token: ${{ secrets.GH_RELEASE }}
files: build/libs/${{ steps.fname.outputs.result }}

- name: Publish to Modrinth
Expand Down

0 comments on commit 4a69272

Please sign in to comment.