Skip to content

Commit

Permalink
shit
Browse files Browse the repository at this point in the history
  • Loading branch information
HIllya51 committed Apr 27, 2024
1 parent 570a039 commit be0df13
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@ jobs:
name: ${{ matrix.fname }}
path: build/${{ matrix.fname }}.zip

- name: loaddversion
id: loaddversion
- name: loadversion
id: loadversion
run: |
python build.py loaddversion >version.txt
python build.py loadversion >version.txt
set /p GITHUB_OUTPUT=<version.txt
- name: Release LunaTranslator
uses: softprops/action-gh-release@v2
with:
tag_name: ${{ steps.loaddversion.outputs.version }}
tag_name: ${{ steps.loadversion.outputs.version }}
files: build/${{ matrix.fname }}.zip
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit be0df13

Please sign in to comment.