Skip to content

Commit

Permalink
Resolve Build Issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Konloch committed Dec 15, 2023
1 parent 440dea3 commit 25356fb
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This will build the repo and upload the package as an artifact

name: Build Socket Server
name: Build

on:
push:
Expand Down Expand Up @@ -35,6 +35,6 @@ jobs:
uses: actions/upload-artifact@v3
if: ${{ matrix.java == '8' }}
with:
name: Socket-Server-${{ env.lib_version }}-SNAPSHOT
path: target/Socket-Server-${{ env.lib_version }}.jar
name: Vortex-IO-${{ env.lib_version }}-SNAPSHOT
path: target/Vortex-IO-${{ env.lib_version }}.jar
retention-days: 90

0 comments on commit 25356fb

Please sign in to comment.