Gitea melder seg som GitHub Enterprise, og artefakt-actionene i v4 nekter å kjøre der. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_015GeH3y8fwTaTudaD88P57o
This commit is contained in:
@@ -395,7 +395,7 @@ jobs:
|
|||||||
"$GITHUB_SERVER_URL/klingenbergbygg/enok/releases/download/$TAG/enok"
|
"$GITHUB_SERVER_URL/klingenbergbygg/enok/releases/download/$TAG/enok"
|
||||||
chmod +x enok
|
chmod +x enok
|
||||||
./enok import modell.ifc --tillegg prosjekt.toml --ut bygning.toml
|
./enok import modell.ifc --tillegg prosjekt.toml --ut bygning.toml
|
||||||
- uses: https://gitea.com/actions/upload-artifact@v4
|
- uses: https://gitea.com/actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: bygningsmodell
|
name: bygningsmodell
|
||||||
path: |
|
path: |
|
||||||
@@ -409,7 +409,7 @@ jobs:
|
|||||||
shell: fish {0}
|
shell: fish {0}
|
||||||
steps:
|
steps:
|
||||||
- uses: https://gitea.com/actions/checkout@v6
|
- uses: https://gitea.com/actions/checkout@v6
|
||||||
- uses: https://gitea.com/actions/download-artifact@v4
|
- uses: https://gitea.com/actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: bygningsmodell
|
name: bygningsmodell
|
||||||
- name: Lag rapporten
|
- name: Lag rapporten
|
||||||
|
|||||||
Reference in New Issue
Block a user