Skip to content

Fix index tracking in AddTemporaryProfile() if existingProfile != nul… #64

Fix index tracking in AddTemporaryProfile() if existingProfile != nul…

Fix index tracking in AddTemporaryProfile() if existingProfile != nul… #64

Workflow file for this run

name: Create Release
on:
push:
tags-ignore:
- testing_*
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v6
with:
submodules: recursive
- name: Prepare Environment
uses: Aether-Tools/Deployment/.github/actions/prepare-environment@master
with:
project: CustomizePlus
- name: Build and Upload Artifact
uses: Aether-Tools/Deployment/.github/actions/build-with-artifact@master
with:
project: CustomizePlus
version: ${{ github.ref_name }}
- name: Create Release
uses: Aether-Tools/Deployment/.github/actions/create-release@master
with:
token: ${{ secrets.GITHUB_TOKEN }}
project: CustomizePlus
version: ${{ github.ref_name }}
- name: Update repo.json
uses: Aether-Tools/Deployment/.github/actions/update-repo@master
with:
token: ${{ secrets.GITHUB_TOKEN }}
project: CustomizePlus
version: ${{ github.ref_name }}
branch: main