Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
ci: update jar glob
Browse files Browse the repository at this point in the history
  • Loading branch information
Puyodead1 committed Jun 20, 2021
1 parent d5498ed commit d493850
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ jobs:
run: "mkdir ./artifacts"

- name: Find and Move JARS
run: "mv `find ./target -name ChunkSpawnerLimiter-*.jar -print` ./artifacts"
run: "mv `find ./target -name EnchantCrystals-*.jar -print` ./artifacts"

- name: Upload to release
uses: Puyodead1/upload-to-release@master
with:
args: './artifacts/ChunkSpawnerLimiter-*.jar'
args: './artifacts/EnchantCrystals-*.jar'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
# run: "mkdir ./artifacts"
#
# - name: Find and Move JARS
# run: "mv `find . -name ChunkSpawnerLimiter-*.jar -print` ./artifacts"
# run: "mv `find . -name EnchantCrystals-*.jar -print` ./artifacts"
#
# - name: Upload Artifact
# if: success()
Expand Down

0 comments on commit d493850

Please sign in to comment.