mirror of
https://github.com/YuWanTingbb/unofficial-gpt4.git
synced 2025-10-13 13:45:06 +00:00
更新 maven-publish.yml
This commit is contained in:
2
.github/workflows/maven-publish.yml
vendored
2
.github/workflows/maven-publish.yml
vendored
@@ -70,12 +70,14 @@ jobs:
|
||||
cp ./target/gpt-4-copilot-${{ steps.tag_name.outputs.tag }}-${{ matrix.os }} ./packaging/gpt-4-copilot
|
||||
fi
|
||||
cp ./config.json ./packaging/config.json
|
||||
shell: bash
|
||||
|
||||
- name: Create ZIP (Unix)
|
||||
if: runner.os != 'Windows'
|
||||
run: |
|
||||
cd packaging
|
||||
zip -r ../target/gpt-4-copilot-${{ steps.tag_name.outputs.tag }}-${{ matrix.os }}.zip .
|
||||
shell: bash
|
||||
|
||||
- name: Create ZIP (Windows)
|
||||
if: runner.os == 'Windows'
|
||||
|
Reference in New Issue
Block a user