@@ -8,13 +8,13 @@ jobs:
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: https://github.bibk.top/actions/checkout@v4
|
||||
uses: https://github.com/actions/checkout@v4
|
||||
|
||||
- name: Setup XMake
|
||||
uses: https://github.bibk.top/xmake-io/github-action-setup-xmake@v1
|
||||
uses: https://github.com/xmake-io/github-action-setup-xmake@v1
|
||||
|
||||
- name: Cache
|
||||
uses: https://github.bibk.top/actions/cache@v4
|
||||
uses: https://github.com/actions/cache@v4
|
||||
with:
|
||||
path: |
|
||||
~/AppData/Local/.xmake
|
||||
@@ -32,7 +32,7 @@ jobs:
|
||||
run: xmake -v -y
|
||||
|
||||
- name: Upload Artifact
|
||||
uses: https://github.bibk.top/actions/upload-artifact@v4
|
||||
uses: https://github.com/actions/upload-artifact@v4
|
||||
with:
|
||||
name: ${{ github.event.repository.name }}-windows-x64-${{ github.sha }}
|
||||
path: |
|
||||
|
||||
Reference in New Issue
Block a user