Wayne Warthen
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
4 additions and
4 deletions
-
.github/workflows/commit.yml
|
|
|
@ -14,7 +14,7 @@ jobs: |
|
|
|
|
|
|
|
steps: |
|
|
|
- name: Checkout |
|
|
|
uses: actions/checkout@v3.3.0 |
|
|
|
uses: actions/checkout@v4.1.1 |
|
|
|
|
|
|
|
- name: Get Commit Ref |
|
|
|
run: | |
|
|
|
@ -36,7 +36,7 @@ jobs: |
|
|
|
find -type f -exec md5sum '{}' \; |
|
|
|
|
|
|
|
- name: Upload Artifact |
|
|
|
uses: actions/upload-artifact@v3.1.1 |
|
|
|
uses: actions/upload-artifact@v4.3.0 |
|
|
|
with: |
|
|
|
name: RomWBW-${{env.COMMIT_REF}}-Linux |
|
|
|
path: . |
|
|
|
@ -46,7 +46,7 @@ jobs: |
|
|
|
|
|
|
|
steps: |
|
|
|
- name: Checkout |
|
|
|
uses: actions/checkout@v3.3.0 |
|
|
|
uses: actions/checkout@v4.1.1 |
|
|
|
|
|
|
|
- name: Get Commit Ref |
|
|
|
run: | |
|
|
|
@ -68,7 +68,7 @@ jobs: |
|
|
|
find . -type f -exec md5 -r -- '{}' +; |
|
|
|
|
|
|
|
- name: Upload Artifact |
|
|
|
uses: actions/upload-artifact@v3.1.1 |
|
|
|
uses: actions/upload-artifact@v4.3.0 |
|
|
|
with: |
|
|
|
name: RomWBW-${{env.COMMIT_REF}}-MacOS |
|
|
|
path: . |
|
|
|
|