We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83720e6 commit 6ecb872Copy full SHA for 6ecb872
.github/workflows/latest.yml
@@ -32,5 +32,4 @@ jobs:
32
prerelease: true
33
title: "Latest Build"
34
files: |
35
- LICENSE.txt
36
dist/*.jar
.github/workflows/release.yml
@@ -25,7 +25,6 @@ jobs:
25
26
- name: "Publishing CivModern"
27
run: |
28
- gh release upload ${{ github.event.release.tag_name }} "LICENSE.txt" --clobber
29
for file in $(find "dist/" -maxdepth 1 -type f -name "*.jar"); do
30
echo "Uploading $file"
31
gh release upload ${{ github.event.release.tag_name }} "$file" --clobber
0 commit comments