更新 GitHub Action 脚本 (#2891)

* update

* update
This commit is contained in:
Glavo
2024-03-05 05:11:21 +08:00
committed by GitHub
parent 404bc88ec8
commit 88d7493870
5 changed files with 9 additions and 13 deletions

View File

@@ -24,7 +24,7 @@ jobs:
- name: Get short SHA
run: echo "SHORT_SHA=$("${{ github.sha }}".SubString(0, 7))" >> $env:GITHUB_ENV
- name: Upload Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: HMCLauncher-${{ env.SHORT_SHA }}
path: HMCLauncher/Release/HMCLauncher.exe