1
0
mirror of https://github.com/Suiranoil/SkinRestorer.git synced 2026-01-16 04:42:12 +00:00

fix release workflow

This commit is contained in:
2024-08-04 02:20:41 +03:00
parent 266d56ed93
commit 42cef73318

View File

@@ -6,6 +6,7 @@ on:
jobs:
release:
environment: release
runs-on: ubuntu-latest
steps:
@@ -29,3 +30,9 @@ jobs:
env:
CURSEFORGE_API_KEY: ${{ secrets.CURSEFORGE_API_KEY }}
MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }}
- name: Upload built JARs
uses: actions/upload-artifact@v4
with:
name: skin-restorer-artifacts
path: ./*/build/libs/*.jar