diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index caea045d..889e0de0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,15 +22,13 @@ jobs: - uses: actions/setup-python@v4 with: python-version: '3.8' + cache: 'pip' - name: Install python dependencies run: pip install poetry && poetry install -E win - name: Build run: poetry run python builder.py build - - name: Show - run: dir build - # - name: Publish - # uses: softprops/action-gh-release@v1 - # with: - # files: "output*" - # env: - # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + - name: Upload + uses: actions/upload-artifact@v3 + with: + name: sportorg + path: build/exe.win-amd64-3.8