Skip to content

Commit

Permalink
push.yml: revert manually due to accidential commit from different br…
Browse files Browse the repository at this point in the history
…anch of different repo
  • Loading branch information
ia committed Dec 20, 2023
1 parent f3978e0 commit 2927780
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,36 +106,15 @@ jobs:
upload_metadata:
needs: [build, build_multi-lang]
runs-on: ubuntu-20.04
container:
image: alpine:3.16

steps:
- name: Install dependencies (apk)
run: apk add --no-cache findutils python3 py3-pip make git bash

- name: Install dependencies (python)
run: python3 -m pip install bdflib

- uses: actions/checkout@v4
with:
submodules: true

- name: Git ownership exception
run: git config --global --add safe.directory /__w/IronOS/IronOS && git config --global safe.directory "$GITHUB_WORKSPACE"

- name: Git meta info
run: echo "GITHUB_CI_PR_SHA=${{github.event.pull_request.head.sha}}" >> "${GITHUB_ENV}"

- name: Download all prebuilts
uses: actions/download-artifact@v4
with:
path: source/Hexfile/
merge-multiple: true
- run: ls -R source/Hexfile

- name: Generate JSON files
run: for m in "TS100 TS80 TS80P Pinecil MHP30 Pinecilv2 S60 TS101 Pinecil_multi-lang Pinecilv2_multi-lang"; do ./source/metadata.py ${m}.json; done;

- name: Upload JSONs in bulk as metadata
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 2927780

Please sign in to comment.