mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-01-08 17:37:34 +01:00
Update dev-jar-build.yml
This commit is contained in:
parent
b096522c54
commit
b32c4afe3f
5
.github/workflows/dev-jar-build.yml
vendored
5
.github/workflows/dev-jar-build.yml
vendored
@ -33,13 +33,14 @@ jobs:
|
|||||||
echo "git_hash=$git_hash" >> $GITHUB_ENV
|
echo "git_hash=$git_hash" >> $GITHUB_ENV
|
||||||
echo "snapshotVersion=$(cat build/versions/snapshot.txt)" >> $GITHUB_ENV
|
echo "snapshotVersion=$(cat build/versions/snapshot.txt)" >> $GITHUB_ENV
|
||||||
echo "versionString=$(cat build/versions/jar.txt)" >> $GITHUB_ENV
|
echo "versionString=$(cat build/versions/jar.txt)" >> $GITHUB_ENV
|
||||||
|
echo "artifactPath=$(pwd)/builds" >> $GITHUB_ENV
|
||||||
- name: Upload Plan.jar
|
- name: Upload Plan.jar
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: Plan-${{ env.versionString }}-${{ env.git_hash }}.jar
|
name: Plan-${{ env.versionString }}-${{ env.git_hash }}.jar
|
||||||
path: ${{ env.artifactPath }}/Plan-${{ env.snapshotVersion }}
|
path: ${{ env.artifactPath }}/Plan-${{ env.snapshotVersion }}.jar
|
||||||
- name: Upload PlanFabric.jar
|
- name: Upload PlanFabric.jar
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: PlanFabric-${{ env.versionString }}-${{ env.git_hash }}.jar
|
name: PlanFabric-${{ env.versionString }}-${{ env.git_hash }}.jar
|
||||||
path: ${{ env.artifactPath }}/PlanFabric-${{ env.snapshotVersion }}
|
path: ${{ env.artifactPath }}/PlanFabric-${{ env.snapshotVersion }}.jar
|
||||||
|
Loading…
Reference in New Issue
Block a user