Compare commits
2 Commits
cacff4ff55
...
0.4.1
| Author | SHA1 | Date | |
|---|---|---|---|
| 73e08b9896 | |||
|
e83ff67af8
|
@@ -70,7 +70,7 @@ jobs:
|
||||
|
||||
# 4. Upload to GitHub
|
||||
- name: Upload Release Artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: StationeersSlang-Release
|
||||
path: release/
|
||||
@@ -85,7 +85,7 @@ jobs:
|
||||
|
||||
# We download the artifact from the previous 'build' job
|
||||
- name: Download Build Artifacts
|
||||
uses: actions/download-artifact@v4
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: StationeersSlang-Release
|
||||
path: ./release-files
|
||||
|
||||
Reference in New Issue
Block a user