Browse Source
Update commit.yml
Update upload-artifact to v2
pull/212/head
Wayne Warthen
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
.github/workflows/commit.yml
|
|
|
@ -34,7 +34,7 @@ jobs: |
|
|
|
find -type f -exec md5sum '{}' \; |
|
|
|
|
|
|
|
- name: Upload Artifact |
|
|
|
uses: actions/upload-artifact@v1 |
|
|
|
uses: actions/upload-artifact@v2 |
|
|
|
with: |
|
|
|
name: RomWBW_Linux-${{env.GITHUB_REF_SLUG}}-${{env.GITHUB_SHA_SHORT}} |
|
|
|
path: . |
|
|
|
@ -60,7 +60,7 @@ jobs: |
|
|
|
find . -type f -exec md5 -r -- '{}' +; |
|
|
|
|
|
|
|
- name: Upload Artifact |
|
|
|
uses: actions/upload-artifact@v1 |
|
|
|
uses: actions/upload-artifact@v2 |
|
|
|
with: |
|
|
|
name: RomWBW_MacOS |
|
|
|
path: . |
|
|
|
|