Skip to content

Commit

Permalink
fix4
Browse files Browse the repository at this point in the history
  • Loading branch information
wagyourtail authored Jan 1, 2021
1 parent 81388ff commit b64e2e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
result-encoding: string
script: |
const fs = require("fs")
return fs.readdirSync("./build/libs/").filter(e => !e.endsWith("dev.jar") && !e.endsWith("sources.jar") && !e.endswith("all.jar") && e.endsWith(".jar"))[0].replace(".jar", "");
return fs.readdirSync("./build/libs/").filter(e => !e.endsWith("dev.jar") && !e.endsWith("sources.jar") && !e.endsWith("all.jar") && e.endsWith(".jar"))[0].replace(".jar", "");
- name: Upload to release
uses: JasonEtco/upload-to-release@master
with:
Expand Down

0 comments on commit b64e2e7

Please sign in to comment.