This commit is contained in:
houseme
2025-05-10 00:52:41 +08:00
parent 43f2963d14
commit f8f58a8355
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -36,6 +36,11 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up authentication
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
echo "Authenticated with GITHUB_TOKEN"
- uses: ./.github/actions/setup
with:
cache-shared-key: rustfs.${{ matrix.variant.profile }}.${{ matrix.variant.target }}.${{ matrix.variant.glibc }}
@@ -133,6 +138,7 @@ jobs:
with:
tool: dioxus-cli
- name: Build and Bundle rustfs-gui
id: package
run: |
ls -la