Browse Source

Update commit.yml

Also explicit version for actions/upload-artifact.
pull/331/head
Wayne Warthen 3 years ago
committed by GitHub
parent
commit
c204110a6f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      .github/workflows/commit.yml

6
.github/workflows/commit.yml

@ -33,7 +33,7 @@ jobs:
find -type f -exec md5sum '{}' \;
- name: Upload Artifact
uses: actions/upload-artifact@latest
uses: actions/upload-artifact@v3.1.1
with:
name: RomWBW_Linux-${{env.GITHUB_REF_SLUG}}-${{env.GITHUB_SHA_SHORT}}
path: .
@ -43,7 +43,7 @@ jobs:
zip -r RomWBW-SnapShot-Package.zip .
- name: Post SnapShot
uses: "marvinpinto/action-automatic-releases@latest"
uses: marvinpinto/action-automatic-releases@latest
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "SnapShot"
@ -72,7 +72,7 @@ jobs:
find . -type f -exec md5 -r -- '{}' +;
- name: Upload Artifact
uses: actions/upload-artifact@latest
uses: actions/upload-artifact@v3.1.1
with:
name: RomWBW_MacOS
path: .

Loading…
Cancel
Save