diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dba7ff9..9f8a282 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: python-version: '3.10' - run: pip install -r requirements.txt - run: pyinstaller --noconsole creeper_adventure/creeper.py - - run: cp -r assets dist/creeper + - run: cp -r creeper_adventure/assets dist/creeper - name: Step 3 - Use the Upload Artifact GitHub Action uses: actions/upload-artifact@v2 with: