Fix for Gitea actions #3

Merged
dbidwell merged 1 commits from actions-fix into master 2025-12-21 16:43:00 -07:00

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