Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
  • Loading branch information
DingGGu committed Sep 18, 2023
1 parent 7d0ffb0 commit 53fc37e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: actions/setup-python@v2
- uses: actions/setup-python@v4
with:
python-version: '3.10'

Expand All @@ -21,7 +21,7 @@ jobs:
pip install pipenv
make release
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: aurora-echo
path: dist/*
path: dist/
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ build:
release:
pipenv install --deploy --dev
pipenv run pyinstaller aurora_echo.spec
shasum -a 256 dist/aurora_echo | cut -d ' ' -f 1 > dist/aurora_echo-shasum-256.txt
shasum -a 256 dist/aurora_echo | cut -d ' ' -f 1 > dist/aurora_echo.sha256

0 comments on commit 53fc37e

Please sign in to comment.