Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MrNavaStar authored May 29, 2024
1 parent de0322c commit 4a35d13
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@ jobs:
MAVEN_NAME: ${{ secrets.MAVEN_NAME }}
MAVEN_SECRET: ${{ secrets.MAVEN_SECRET }}

- name: Rename Source Jars
run: |
mv ${{ github.workspace }}/fabric/build/libs/protoweaver-${{ github.event.release.tag_name }}-sources.jar ${{ github.workspace }}/fabric/build/libs/protoweaver-${{ github.event.release.tag_name }}-fabric-sources.jar
mv ${{ github.workspace }}/forge/build/libs/protoweaver-${{ github.event.release.tag_name }}-sources.jar ${{ github.workspace }}/fabric/build/libs/protoweaver-${{ github.event.release.tag_name }}-forge-sources.jar
mv ${{ github.workspace }}/paper/build/libs/protoweaver-${{ github.event.release.tag_name }}-sources.jar ${{ github.workspace }}/fabric/build/libs/protoweaver-${{ github.event.release.tag_name }}-paper-sources.jar
mv ${{ github.workspace }}/proxy/build/libs/protoweaver-${{ github.event.release.tag_name }}-sources.jar ${{ github.workspace }}/fabric/build/libs/protoweaver-${{ github.event.release.tag_name }}-proxy-sources.jar
- name: Upload Fabric
uses: Kir-Antipov/[email protected]
with:
Expand Down

0 comments on commit 4a35d13

Please sign in to comment.