Fix for Gitea actions
All checks were successful
CI/CD Pipeline / test (pull_request) Successful in 34s
CI/CD Pipeline / build (pull_request) Has been skipped
CI/CD Pipeline / release (pull_request) Has been skipped

This commit is contained in:
2025-12-21 16:42:29 -07:00
parent cacff4ff55
commit e83ff67af8

View File

@@ -70,7 +70,7 @@ jobs:
# 4. Upload to GitHub # 4. Upload to GitHub
- name: Upload Release Artifacts - name: Upload Release Artifacts
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v3
with: with:
name: StationeersSlang-Release name: StationeersSlang-Release
path: release/ path: release/
@@ -85,7 +85,7 @@ jobs:
# We download the artifact from the previous 'build' job # We download the artifact from the previous 'build' job
- name: Download Build Artifacts - name: Download Build Artifacts
uses: actions/download-artifact@v4 uses: actions/download-artifact@v3
with: with:
name: StationeersSlang-Release name: StationeersSlang-Release
path: ./release-files path: ./release-files