Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CoderFrish authored Nov 16, 2024
1 parent f685c4e commit bc6b888
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
jobs:
# This workflow contains a single job called "greet"
build:
name: Build NBT-jar
# The type of runner that the job will run on
runs-on: ubuntu-latest

Expand All @@ -30,8 +31,8 @@ jobs:
- name: build jar
run: ./gradlew build

- name: Upload build artifacts
uses: actions/upload-artifact@v4
- name: Upload artifacts
uses: softprops/action-gh-release@v2
with:
name: NBT-1.0.0
path: build/libs/NBT-1.0.0.jar
files: build/libs/NBT-1.0.0.jar

0 comments on commit bc6b888

Please sign in to comment.