Fix for Gitea actions
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user