From a58e9cc90d9e642eb19b7333c52285fcd6905e8c Mon Sep 17 00:00:00 2001 From: David Konsumer Date: Sun, 6 Nov 2022 01:30:42 -0800 Subject: [PATCH] fixing build --- .github/workflows/python-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index db2838c..6318e54 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -48,7 +48,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: ./deckagog-linux-x86-64.zip + asset_path: ./out/deckagog-linux-x86-64.zip asset_name: deckagog-linux-x86-64.zip asset_content_type: application/zip