diff --git a/.github/workflows/releases.yml b/.github/workflows/releases.yml index 4ddc306..3707e2c 100644 --- a/.github/workflows/releases.yml +++ b/.github/workflows/releases.yml @@ -18,7 +18,7 @@ jobs: run: echo ::set-output name=VERSION::$(echo $GITHUB_REF | cut -d / -f 3) - name: Build project # This would actually build your project, using zip for an example artifact run: | - git archive --format zip --prefix Loot/ --output ./Loot@${{ steps.version.outputs.VERSION }}.zip master + git archive --format zip --prefix Loot/ --output ./Loot@${{ steps.version.outputs.VERSION }}.zip HEAD - name: Create Release id: create_release uses: actions/create-release@v1 diff --git a/Loot.toc b/Loot.toc index 296ef8d..ac693b1 100644 --- a/Loot.toc +++ b/Loot.toc @@ -1,7 +1,7 @@ ## Interface: 90002 ## Title: Loot ## Author: Neum - Twisting Nether -## Version: v9.0.2-alpha.11 +## Version: v9.0.2-alpha.12 ## SavedVariables: LootDB ## SavedVariablesPerCharacter: LootPerCharacterDB