diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cf3d572..6e1851f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -32,9 +32,9 @@ jobs: - name: Build run: pyinstaller -F --hidden-import=PIL._tkinter_finder --additional-hooks-dir=hooks main.py -n vcbot-bili -i .res/icon.ico - name: pack - run: 7z a -tzip ${{runner.os}}-${{runner.arch}}.zip ./dist + run: 7z a -tzip vcbots-bili-${{runner.os}}-${{runner.arch}}.zip ./dist - name: Upload uses: actions/upload-artifact@v4 with: name: build-${{matrix.os}} - path: ./${{runner.os}}-${{runner.arch}}.zip \ No newline at end of file + path: ./vcbots-bili-${{runner.os}}-${{runner.arch}}.zip \ No newline at end of file diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ad70c3c..f20b014 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,4 +17,4 @@ jobs: - name: create release uses: softprops/action-gh-release@v2.0.6 with: - files: ./**/build-**.zip \ No newline at end of file + files: ./**/**.zip \ No newline at end of file