From ae36c637b43ffe614b9bb41863dad98d83b7474d Mon Sep 17 00:00:00 2001 From: maciek Date: Thu, 27 Feb 2025 21:31:20 +0100 Subject: [PATCH 01/16] feat: add a test workflow --- .forgejo/workflows/release.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .forgejo/workflows/release.yml diff --git a/.forgejo/workflows/release.yml b/.forgejo/workflows/release.yml new file mode 100644 index 0000000..849aaa0 --- /dev/null +++ b/.forgejo/workflows/release.yml @@ -0,0 +1,14 @@ +--- +on: + push: + tags: + - "*release*" +jobs: + build: + runs-on: "docker" + container: + image: "mcr.microsoft.com/dotnet/sdk:9.0-alpine" + steps: + - uses: "https://code.forgejo.org/actions/checkout@v4" + - shell: ash + run: "ls -laF" From ab2b439656a1963c1927282a3b6a8e74abd772e7 Mon Sep 17 00:00:00 2001 From: maciek Date: Thu, 27 Feb 2025 21:34:56 +0100 Subject: [PATCH 02/16] commenting those out so the workflow will run on any push for testing --- .forgejo/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/release.yml b/.forgejo/workflows/release.yml index 849aaa0..44daa6a 100644 --- a/.forgejo/workflows/release.yml +++ b/.forgejo/workflows/release.yml @@ -1,8 +1,8 @@ --- on: push: - tags: - - "*release*" + # tags: + # - "*release*" jobs: build: runs-on: "docker" From 34fed83d90cfa8d7fb9ec6f25b205f19a12b03c3 Mon Sep 17 00:00:00 2001 From: maciek Date: Thu, 27 Feb 2025 21:40:35 +0100 Subject: [PATCH 03/16] fix: forgor --- .forgejo/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.forgejo/workflows/release.yml b/.forgejo/workflows/release.yml index 44daa6a..19b2711 100644 --- a/.forgejo/workflows/release.yml +++ b/.forgejo/workflows/release.yml @@ -9,6 +9,7 @@ jobs: container: image: "mcr.microsoft.com/dotnet/sdk:9.0-alpine" steps: + - uses: https://code.forgejo.org/actions/setup-node@v4 - uses: "https://code.forgejo.org/actions/checkout@v4" - shell: ash run: "ls -laF" From ac48038aaaa07344cd350f4e7c6f1a5005e29f23 Mon Sep 17 00:00:00 2001 From: maciek Date: Sun, 9 Mar 2025 20:23:28 +0100 Subject: [PATCH 04/16] fix: ci test number morbillion --- .forgejo/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.forgejo/workflows/release.yml b/.forgejo/workflows/release.yml index 19b2711..827ad35 100644 --- a/.forgejo/workflows/release.yml +++ b/.forgejo/workflows/release.yml @@ -10,6 +10,8 @@ jobs: image: "mcr.microsoft.com/dotnet/sdk:9.0-alpine" steps: - uses: https://code.forgejo.org/actions/setup-node@v4 + with: + node-version: 'latest' - uses: "https://code.forgejo.org/actions/checkout@v4" - shell: ash run: "ls -laF" From 2c89e06e8fc51ddb3aa7c9992f2f1ebd26a1a95f Mon Sep 17 00:00:00 2001 From: maciek Date: Sun, 9 Mar 2025 20:38:15 +0100 Subject: [PATCH 05/16] ci: womp womp? --- .forgejo/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.forgejo/workflows/release.yml b/.forgejo/workflows/release.yml index 827ad35..1dfb082 100644 --- a/.forgejo/workflows/release.yml +++ b/.forgejo/workflows/release.yml @@ -9,6 +9,8 @@ jobs: container: image: "mcr.microsoft.com/dotnet/sdk:9.0-alpine" steps: + - shell: ash + run: "apk add --update nodejs npm" - uses: https://code.forgejo.org/actions/setup-node@v4 with: node-version: 'latest' From 8953e77bfccf83722f4e1ab5ab97e24066130f7c Mon Sep 17 00:00:00 2001 From: maciek Date: Sun, 9 Mar 2025 20:41:01 +0100 Subject: [PATCH 06/16] a --- .forgejo/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.forgejo/workflows/release.yml b/.forgejo/workflows/release.yml index 1dfb082..7a34b59 100644 --- a/.forgejo/workflows/release.yml +++ b/.forgejo/workflows/release.yml @@ -11,6 +11,8 @@ jobs: steps: - shell: ash run: "apk add --update nodejs npm" + - shell: ash + run: "which node" - uses: https://code.forgejo.org/actions/setup-node@v4 with: node-version: 'latest' From 7c2a5b77dff5690b1ab2129a0c9e0d8130834cdf Mon Sep 17 00:00:00 2001 From: maciek Date: Sun, 9 Mar 2025 20:50:19 +0100 Subject: [PATCH 07/16] b --- .forgejo/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/release.yml b/.forgejo/workflows/release.yml index 7a34b59..cd1735e 100644 --- a/.forgejo/workflows/release.yml +++ b/.forgejo/workflows/release.yml @@ -6,8 +6,8 @@ on: jobs: build: runs-on: "docker" - container: - image: "mcr.microsoft.com/dotnet/sdk:9.0-alpine" + # container: + # image: "mcr.microsoft.com/dotnet/sdk:9.0-alpine" steps: - shell: ash run: "apk add --update nodejs npm" From 5545541a4f796d3207b5f360d950b309bf11b640 Mon Sep 17 00:00:00 2001 From: maciek Date: Sun, 9 Mar 2025 20:51:15 +0100 Subject: [PATCH 08/16] c --- .forgejo/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/release.yml b/.forgejo/workflows/release.yml index cd1735e..d4bc458 100644 --- a/.forgejo/workflows/release.yml +++ b/.forgejo/workflows/release.yml @@ -9,8 +9,8 @@ jobs: # container: # image: "mcr.microsoft.com/dotnet/sdk:9.0-alpine" steps: - - shell: ash - run: "apk add --update nodejs npm" + # - shell: ash + # run: "apk add --update nodejs npm" - shell: ash run: "which node" - uses: https://code.forgejo.org/actions/setup-node@v4 From 292439f6422a8b06bf3935355ff37bba7de35e46 Mon Sep 17 00:00:00 2001 From: maciek Date: Sun, 9 Mar 2025 20:51:54 +0100 Subject: [PATCH 09/16] d --- .forgejo/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/release.yml b/.forgejo/workflows/release.yml index d4bc458..950fe3e 100644 --- a/.forgejo/workflows/release.yml +++ b/.forgejo/workflows/release.yml @@ -11,8 +11,8 @@ jobs: steps: # - shell: ash # run: "apk add --update nodejs npm" - - shell: ash - run: "which node" + # - shell: ash + # run: "which node" - uses: https://code.forgejo.org/actions/setup-node@v4 with: node-version: 'latest' From aff8d5ff451f0c5a3168dfa02aaff0fb85fc799b Mon Sep 17 00:00:00 2001 From: maciek Date: Sun, 9 Mar 2025 20:56:41 +0100 Subject: [PATCH 10/16] test uszu --- .forgejo/workflows/release.yml | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/.forgejo/workflows/release.yml b/.forgejo/workflows/release.yml index 950fe3e..67eb704 100644 --- a/.forgejo/workflows/release.yml +++ b/.forgejo/workflows/release.yml @@ -6,16 +6,13 @@ on: jobs: build: runs-on: "docker" - # container: - # image: "mcr.microsoft.com/dotnet/sdk:9.0-alpine" + container: + image: "mcr.microsoft.com/dotnet/sdk:9.0-alpine" steps: - # - shell: ash - # run: "apk add --update nodejs npm" - # - shell: ash - # run: "which node" - - uses: https://code.forgejo.org/actions/setup-node@v4 - with: - node-version: 'latest' + - shell: ash + run: "apk add --update nodejs npm" + - shell: ash + run: "which node" - uses: "https://code.forgejo.org/actions/checkout@v4" - shell: ash run: "ls -laF" From 1c89bac67ca29920f5d4bf2bcfd1bcc30fd83750 Mon Sep 17 00:00:00 2001 From: maciek Date: Sun, 9 Mar 2025 20:58:25 +0100 Subject: [PATCH 11/16] test uszu 2 --- .forgejo/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/release.yml b/.forgejo/workflows/release.yml index 67eb704..ea14f9d 100644 --- a/.forgejo/workflows/release.yml +++ b/.forgejo/workflows/release.yml @@ -12,7 +12,7 @@ jobs: - shell: ash run: "apk add --update nodejs npm" - shell: ash - run: "which node" + run: "node -v" - uses: "https://code.forgejo.org/actions/checkout@v4" - shell: ash run: "ls -laF" From 4c3dc6ba6c166069f67f704270b083b0f89cf3c6 Mon Sep 17 00:00:00 2001 From: maciek Date: Sun, 9 Mar 2025 21:04:31 +0100 Subject: [PATCH 12/16] test uszu 3 --- .forgejo/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/release.yml b/.forgejo/workflows/release.yml index ea14f9d..6da1a39 100644 --- a/.forgejo/workflows/release.yml +++ b/.forgejo/workflows/release.yml @@ -10,7 +10,7 @@ jobs: image: "mcr.microsoft.com/dotnet/sdk:9.0-alpine" steps: - shell: ash - run: "apk add --update nodejs npm" + run: "apk add --update nodejs npm libstdc++" - shell: ash run: "node -v" - uses: "https://code.forgejo.org/actions/checkout@v4" From 05ff3054c5e3ea67d20583124200c7362a8a1ee7 Mon Sep 17 00:00:00 2001 From: maciek Date: Sun, 9 Mar 2025 21:36:33 +0100 Subject: [PATCH 13/16] test uszu 4 --- .forgejo/workflows/release.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.forgejo/workflows/release.yml b/.forgejo/workflows/release.yml index 6da1a39..de12e22 100644 --- a/.forgejo/workflows/release.yml +++ b/.forgejo/workflows/release.yml @@ -10,9 +10,8 @@ jobs: image: "mcr.microsoft.com/dotnet/sdk:9.0-alpine" steps: - shell: ash - run: "apk add --update nodejs npm libstdc++" + run: "apk add --update git" - shell: ash - run: "node -v" - - uses: "https://code.forgejo.org/actions/checkout@v4" + run: "git clone --depth 1 https://oauth2:${{ secrets.FORGEJO_TOKEN }}@git.femboy.science/maciek/big-and-small-unofficial-addon-anomaly.git" - shell: ash run: "ls -laF" From c60c3db1cc6b6a38837fff840f61c46234ed52d3 Mon Sep 17 00:00:00 2001 From: maciek Date: Sun, 9 Mar 2025 21:45:33 +0100 Subject: [PATCH 14/16] test uszu 5 --- .forgejo/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/release.yml b/.forgejo/workflows/release.yml index de12e22..cef2074 100644 --- a/.forgejo/workflows/release.yml +++ b/.forgejo/workflows/release.yml @@ -14,4 +14,4 @@ jobs: - shell: ash run: "git clone --depth 1 https://oauth2:${{ secrets.FORGEJO_TOKEN }}@git.femboy.science/maciek/big-and-small-unofficial-addon-anomaly.git" - shell: ash - run: "ls -laF" + run: "ls -laF >> ${{ env.FORGEJO_OUTPUT }}" From d0d457716a3cafe357a67fe7a600fef52c599072 Mon Sep 17 00:00:00 2001 From: maciek Date: Sun, 9 Mar 2025 21:47:06 +0100 Subject: [PATCH 15/16] test uszu 6 --- .forgejo/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/release.yml b/.forgejo/workflows/release.yml index cef2074..bb23d1b 100644 --- a/.forgejo/workflows/release.yml +++ b/.forgejo/workflows/release.yml @@ -14,4 +14,4 @@ jobs: - shell: ash run: "git clone --depth 1 https://oauth2:${{ secrets.FORGEJO_TOKEN }}@git.femboy.science/maciek/big-and-small-unofficial-addon-anomaly.git" - shell: ash - run: "ls -laF >> ${{ env.FORGEJO_OUTPUT }}" + run: "[! -z ${{ env.FORGEJO_OUTPUT }}]" From df299f436267f6445944ce540c4748201de7cf64 Mon Sep 17 00:00:00 2001 From: maciek Date: Sun, 9 Mar 2025 21:48:37 +0100 Subject: [PATCH 16/16] test uszu 7 --- .forgejo/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/release.yml b/.forgejo/workflows/release.yml index bb23d1b..314af5d 100644 --- a/.forgejo/workflows/release.yml +++ b/.forgejo/workflows/release.yml @@ -14,4 +14,4 @@ jobs: - shell: ash run: "git clone --depth 1 https://oauth2:${{ secrets.FORGEJO_TOKEN }}@git.femboy.science/maciek/big-and-small-unofficial-addon-anomaly.git" - shell: ash - run: "[! -z ${{ env.FORGEJO_OUTPUT }}]" + run: "echo ${{ env.FORGEJO_OUTPUT }} >> $GITHUB_OUTPUT"