use gitea compatible artifact upload
This commit is contained in:
2
.github/workflows/archive_steamos.yml
vendored
2
.github/workflows/archive_steamos.yml
vendored
@@ -30,7 +30,7 @@ jobs:
|
|||||||
cp target/x86_64-unknown-linux-gnu/release/hedz_reloaded ./
|
cp target/x86_64-unknown-linux-gnu/release/hedz_reloaded ./
|
||||||
tar -czf steamos.tar.gz hedz_reloaded
|
tar -czf steamos.tar.gz hedz_reloaded
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: christopherhx/gitea-upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: steamos.tar.gz
|
name: steamos.tar.gz
|
||||||
path: ./steamos.tar.gz
|
path: ./steamos.tar.gz
|
||||||
|
|||||||
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 ./
|
cp target/x86_64-pc-windows-msvc/release/hedz_reloaded.exe ./
|
||||||
tar -czf win.tar.gz hedz_reloaded.exe
|
tar -czf win.tar.gz hedz_reloaded.exe
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: christopherhx/gitea-upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: win.tar.gz
|
name: win.tar.gz
|
||||||
path: ./win.tar.gz
|
path: ./win.tar.gz
|
||||||
|
|||||||
2
.github/workflows/ci_debug.yml
vendored
2
.github/workflows/ci_debug.yml
vendored
@@ -38,7 +38,7 @@ jobs:
|
|||||||
cp target/x86_64-unknown-linux-gnu/debug/hedz_reloaded target/x86_64-unknown-linux-gnu/debug/hedz_reloaded_server ./
|
cp target/x86_64-unknown-linux-gnu/debug/hedz_reloaded target/x86_64-unknown-linux-gnu/debug/hedz_reloaded_server ./
|
||||||
tar -czf steamos-debug.tar.gz hedz_reloaded hedz_reloaded_server
|
tar -czf steamos-debug.tar.gz hedz_reloaded hedz_reloaded_server
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: christopherhx/gitea-upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: steamos-debug.tar.gz
|
name: steamos-debug.tar.gz
|
||||||
path: ./steamos-debug.tar.gz
|
path: ./steamos-debug.tar.gz
|
||||||
|
|||||||
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
|
tar -czf hedz-macos.tar.gz hedz_reloaded
|
||||||
ls -lisah hedz-macos.tar.gz
|
ls -lisah hedz-macos.tar.gz
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: christopherhx/gitea-upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: hedz-macos
|
name: hedz-macos
|
||||||
path: ./hedz-macos.tar.gz
|
path: ./hedz-macos.tar.gz
|
||||||
@@ -118,7 +118,7 @@ jobs:
|
|||||||
cp target/x86_64-unknown-linux-gnu/release/hedz_reloaded ./
|
cp target/x86_64-unknown-linux-gnu/release/hedz_reloaded ./
|
||||||
tar -czf steamos.tar.gz hedz_reloaded
|
tar -czf steamos.tar.gz hedz_reloaded
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: christopherhx/gitea-upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: steamos.tar.gz
|
name: steamos.tar.gz
|
||||||
path: ./steamos.tar.gz
|
path: ./steamos.tar.gz
|
||||||
|
|||||||
Reference in New Issue
Block a user