use gitea compatible artifact upload
This commit is contained in:
2
.github/workflows/archive_win.yml
vendored
2
.github/workflows/archive_win.yml
vendored
@@ -35,7 +35,7 @@ jobs:
|
||||
cp target/x86_64-pc-windows-msvc/release/hedz_reloaded.exe ./
|
||||
tar -czf win.tar.gz hedz_reloaded.exe
|
||||
|
||||
- uses: actions/upload-artifact@v4
|
||||
- uses: christopherhx/gitea-upload-artifact@v4
|
||||
with:
|
||||
name: win.tar.gz
|
||||
path: ./win.tar.gz
|
||||
|
||||
Reference in New Issue
Block a user