Skip to content

Commit

Permalink
release: v9.0.2-alpha.11
Browse files Browse the repository at this point in the history
  • Loading branch information
zeevallin committed Dec 18, 2020
1 parent a2d0ef9 commit dbf9131
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .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.get_version.outputs.VERSION }}.zip master
git archive --format zip --prefix Loot/ --output ./Loot@${{ steps.version.outputs.VERSION }}.zip master
- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand All @@ -36,6 +36,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
asset_path: ./Loot@${{ steps.get_version.outputs.VERSION }}.zip
asset_name: Loot@${{ steps.get_version.outputs.VERSION }}.zip
asset_path: ./Loot@${{ steps.version.outputs.VERSION }}.zip
asset_name: Loot@${{ steps.version.outputs.VERSION }}.zip
asset_content_type: application/zip
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.10
## Version: v9.0.2-alpha.11
## SavedVariables: LootDB
## SavedVariablesPerCharacter: LootPerCharacterDB

Expand Down

0 comments on commit dbf9131

Please sign in to comment.