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 195e316 commit 64b2e02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
echo "git_hash=$git_hash" >> $GITHUB_ENV
echo "artifactPath=$(pwd)/builds" >> $GITHUB_ENV
- name: Check Files in Directory
run: ls /home/runner/work/TradeCore/TradeCore/builds/
run: ls ${{ env.artifactPath }}
- name: Upload Plugin JAR
uses: actions/upload-artifact@v2
with:
name: TradeCore.jar
path: /home/runner/work/TradeCore/TradeCore/builds/TradeCore-all.jar
path: ${{ env.artifactPath }}/TradeCore-all.jar

0 comments on commit 64b2e02

Please sign in to comment.