generated from MrSphay/codex-agent-repository-kit
Publish decompiled output from runner
This commit is contained in:
@@ -50,3 +50,19 @@ jobs:
|
||||
path: |
|
||||
build/decompiled/**
|
||||
build/decompiled-file-list.txt
|
||||
|
||||
- name: Push decompiled branch
|
||||
shell: bash
|
||||
run: |
|
||||
worktree="$(mktemp -d)"
|
||||
cp -R build/decompiled/. "${worktree}/"
|
||||
cp build/decompiled-file-list.txt "${worktree}/decompiled-file-list.txt"
|
||||
|
||||
git config user.name "Gitea Runner"
|
||||
git config user.email "runner@git.wilkensxl.de"
|
||||
git switch --orphan runner/decompiled-upstream
|
||||
git rm -rf . || true
|
||||
cp -R "${worktree}/." .
|
||||
git add .
|
||||
git commit -m "Decompile upstream Explosion Overhaul 0.2.3.0"
|
||||
git push --force origin HEAD:runner/decompiled-upstream
|
||||
|
||||
1
.gitignore
vendored
1
.gitignore
vendored
@@ -11,6 +11,7 @@ decompiled/
|
||||
*.class
|
||||
*.jar
|
||||
*.log
|
||||
runner-job-*.log
|
||||
|
||||
.idea/
|
||||
.vscode/
|
||||
|
||||
Reference in New Issue
Block a user