Skip to content

Commit

Permalink
release: v9.0.2-alpha.12
Browse files Browse the repository at this point in the history
  • Loading branch information
zeevallin committed Dec 18, 2020
1 parent dbf9131 commit 0b693b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Loot.toc
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 0b693b2

Please sign in to comment.