更新 action.yml

This commit is contained in:
2026-05-15 10:23:37 +00:00
parent d05c4e3640
commit b6ce49032d
-4
View File
@@ -6,11 +6,7 @@ runs:
steps:
- name: 取得專案
uses: actions/checkout@v6
- name: 快取 NuGet 套件
id: cache-nuget
uses: https://gitea.jsc.idv.tw/actions/cache-nuget@v0.0.3
- name: 復原專案
if: steps.cache-nuget.outputs.cache-hit != 'true'
run: |
if [[ -f "nuget.config" ]]; then
dotnet restore --configfile nuget.config