diff --git a/.github/workflows/commit.yml b/.github/workflows/commit.yml index bd44f3b0..6fba9cd4 100644 --- a/.github/workflows/commit.yml +++ b/.github/workflows/commit.yml @@ -18,30 +18,30 @@ jobs: - uses: actions/checkout@v2 - - name: Build - run: | - export TZ='America/Los_Angeles' - sudo apt-get install libncurses-dev - make - make clean - rm -rf .git* + - name: Build + run: | + export TZ='America/Los_Angeles' + sudo apt-get install libncurses-dev + make + make clean + rm -rf .git* - - name: List Output - run: | - cd Binary - ls -l - find -type f -exec md5sum '{}' \; + - name: List Output + run: | + cd Binary + ls -l + find -type f -exec md5sum '{}' \; - - name: Upload Artifact - uses: actions/upload-artifact@v1 - with: - name: RomWBW_Linux-${{env.GITHUB_REF_SLUG}}-${{env.GITHUB_SHA_SHORT}} - path: . + - name: Upload Artifact + uses: actions/upload-artifact@v1 + with: + name: RomWBW_Linux-${{env.GITHUB_REF_SLUG}}-${{env.GITHUB_SHA_SHORT}} + path: . - buildMacOS: - runs-on: macos-latest + buildMacOS: + runs-on: macos-latest - steps: + steps: - uses: actions/checkout@v2 - name: Build @@ -52,10 +52,10 @@ jobs: make clean rm -rf .git* - - name: List Output - run: | - cd Binary - ls -l + - name: List Output + run: | + cd Binary + ls -l find . -type f -exec md5 -r -- '{}' +; - name: Upload Artifact