From e085e400885676a8d6f96196b28a2dda22e404f3 Mon Sep 17 00:00:00 2001 From: "Waylon S. Walker" Date: Sat, 31 Dec 2022 15:24:36 -0600 Subject: [PATCH] copy in assets --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6a0cc8d..2a9360c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,6 +17,7 @@ jobs: python-version: '3.10' - run: pip install -r requirements.txt - run: pyinstaller creeper.py + - run: cp -r assets dist/creeper - name: Step 3 - Use the Upload Artifact GitHub Action uses: actions/upload-artifact@v2 with: