use gitea compatible artifact upload
This commit is contained in:
4
.github/workflows/steam_alpha.yml
vendored
4
.github/workflows/steam_alpha.yml
vendored
@@ -32,7 +32,7 @@ jobs:
|
||||
tar -czf hedz-macos.tar.gz hedz_reloaded
|
||||
ls -lisah hedz-macos.tar.gz
|
||||
|
||||
- uses: actions/upload-artifact@v4
|
||||
- uses: christopherhx/gitea-upload-artifact@v4
|
||||
with:
|
||||
name: hedz-macos
|
||||
path: ./hedz-macos.tar.gz
|
||||
@@ -118,7 +118,7 @@ jobs:
|
||||
cp target/x86_64-unknown-linux-gnu/release/hedz_reloaded ./
|
||||
tar -czf steamos.tar.gz hedz_reloaded
|
||||
|
||||
- uses: actions/upload-artifact@v4
|
||||
- uses: christopherhx/gitea-upload-artifact@v4
|
||||
with:
|
||||
name: steamos.tar.gz
|
||||
path: ./steamos.tar.gz
|
||||
|
||||
Reference in New Issue
Block a user