1
mirror of https://github.com/CarmJos/ScriptItems synced 2026-06-04 20:37:33 +08:00

feat(execute): 支持以OP身份执行命令

This commit is contained in:
2023-02-07 22:29:52 +08:00
parent 0c56954402
commit 4f86daa541
35 changed files with 686 additions and 825 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ jobs:
run: |
mkdir artifacts
cp -vrf target/ artifacts/target/
cp -vrf asset/*.jar artifacts
cp -vrf .asset/*.jar artifacts
- name: "Upload artifact"
uses: actions/upload-artifact@v2
+1 -1
View File
@@ -37,5 +37,5 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: asset/*.jar
asset_path: .asset/*.jar
asset_content_type: application/java-archive