From e26eeaa9485b75b09fb58573f67173cff87d4324 Mon Sep 17 00:00:00 2001 From: x3mboy Date: Tue, 22 Jul 2025 13:03:09 -0400 Subject: [PATCH] Testing creation of a new source file --- .github/workflows/prepare-release.yml | 13 +++++++++++++ .github/workflows/tags | 1 + .gitignore | 2 ++ data/tags | 1 + 4 files changed, 17 insertions(+) create mode 100644 .github/workflows/tags create mode 100644 data/tags diff --git a/.github/workflows/prepare-release.yml b/.github/workflows/prepare-release.yml index d0f0916..9a74d05 100644 --- a/.github/workflows/prepare-release.yml +++ b/.github/workflows/prepare-release.yml @@ -44,6 +44,13 @@ jobs: commit_user_email: bot@regolith-desktop.com commit_author: "regolith-ci-bot " + - name: Create custom Source files for external packaging + run: | + VERSION="${{ github.ref_name }}" + REPO_NAME="${{ github.event.repository.name}}" + mkdir -p release_assets + tar -cvzf "release_assets/${REPO_NAME}/-${VERSION}.tar.gz" --exclude=.git . + - name: Release Package uses: softprops/action-gh-release@v2 if: ${{ steps.prepare.outputs.release-exists == 'false' }} @@ -53,3 +60,9 @@ jobs: token: ${{ secrets.ORG_BROADCAST_TOKEN2 }} target_commitish: "${{ github.sha }}" generate_release_notes: true + files: | + release_assets/${{ github.event.repository.name }}-${{ github.ref_name }}.tar.gz + + - name: Cleanup + run: | + rm -rf release_assets diff --git a/.github/workflows/tags b/.github/workflows/tags new file mode 100644 index 0000000..408de88 --- /dev/null +++ b/.github/workflows/tags @@ -0,0 +1 @@ +!_TAG_FILE_SORTED 2 /0=unsorted, 1=sorted, 2=foldcase/ diff --git a/.gitignore b/.gitignore index b193d24..7e2ba0c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,7 @@ +tags .buildconfig files build .vscode builddir +.gitignore diff --git a/data/tags b/data/tags new file mode 100644 index 0000000..408de88 --- /dev/null +++ b/data/tags @@ -0,0 +1 @@ +!_TAG_FILE_SORTED 2 /0=unsorted, 1=sorted, 2=foldcase/