Fix github action.

This commit is contained in:
wb2osz 2025-04-24 17:01:52 -04:00
parent b0d7af43ad
commit aeb5153403
1 changed files with 2 additions and 2 deletions

View File

@ -83,7 +83,7 @@ jobs:
steps: steps:
- name: checkout - name: checkout
uses: actions/checkout@v2 uses: actions/checkout@v3
with: with:
fetch-depth: 8 fetch-depth: 8
- name: dependency - name: dependency
@ -149,7 +149,7 @@ jobs:
make package make package
fi fi
- name: archive binary - name: archive binary
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v3
with: with:
name: direwolf_${{ matrix.config.os }}_${{ matrix.config.arch }}_${{ github.sha }} name: direwolf_${{ matrix.config.os }}_${{ matrix.config.arch }}_${{ github.sha }}
path: | path: |