Skip to content

Commit

Permalink
更に修正
Browse files Browse the repository at this point in the history
  • Loading branch information
Quarri6343 authored Aug 30, 2023
1 parent 19af1fd commit b3a356e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ jobs:
run: |
tag="${{ steps.extract_tag.outputs.tag }}"
full_version="${tag}.0"
./gradlew jar -Pversion=${full_version}
./gradlew jar
git_hash=$(git rev-parse --short "$GITHUB_SHA")
echo "git_hash=$git_hash" >> $GITHUB_ENV
echo "artifactPath=$(pwd)/builds" >> $GITHUB_ENV
- name: Upload Plugin JAR
uses: actions/upload-artifact@v2
with:
name: TradeCore-${{ env.snapshotVersion }}.jar
path: /home/runner/work/TradeCore/TradeCore/builds/TradeCore-${{ env.snapshotVersion }}.jar
name: TradeCore-${{ env.full_version }}.jar
path: /home/runner/work/TradeCore/TradeCore/builds/TradeCore-all.jar

0 comments on commit b3a356e

Please sign in to comment.