2
.github/workflows/build-launcher.yml
vendored
2
.github/workflows/build-launcher.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user