Commit 9bdb96d1 authored by 芊枫's avatar 芊枫 Committed by GitHub
Browse files

Fix build uploading

parent d4479335
...@@ -3,6 +3,7 @@ on: ...@@ -3,6 +3,7 @@ on:
push: push:
branches: branches:
- "stable" - "stable"
- "development"
pull_request: pull_request:
types: types:
- opened - opened
...@@ -25,4 +26,4 @@ jobs: ...@@ -25,4 +26,4 @@ jobs:
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
with: with:
name: Grasscutter name: Grasscutter
path: grasscutter.jar path: grasscutter-*-dev.jar
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment