Skip to content

#208 尝试命令

#208 尝试命令 #1

Workflow file for this run

name: Test Remove Raw
on:
push:
branches:
- dev_20240303
jobs:
package_exe:
runs-on: windows-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Remove Raw Image
run: Get-ChildItem -Path ".\dist\StarRailOneDragon" -Filter "raw.png" -Recurse | Remove-Item