阻止pr发布release
This commit is contained in:
parent
4671f2ffa0
commit
cfbd4951d2
18
.github/workflows/build-pr.yml
vendored
18
.github/workflows/build-pr.yml
vendored
@ -84,14 +84,6 @@ jobs:
|
|||||||
name: artifact-windows-python-${{ matrix.python_version }}
|
name: artifact-windows-python-${{ matrix.python_version }}
|
||||||
path: ./out/*.dist
|
path: ./out/*.dist
|
||||||
|
|
||||||
- name: Release the version built by nuitka
|
|
||||||
uses: ncipollo/release-action@v1
|
|
||||||
with:
|
|
||||||
allowUpdates: true
|
|
||||||
tag: Latest
|
|
||||||
artifacts: ./out/*nuitka*.exe
|
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
|
|
||||||
linux:
|
linux:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
@ -140,10 +132,8 @@ jobs:
|
|||||||
cd out
|
cd out
|
||||||
tar -cvpaf ../pypvz-with-python${{ matrix.python_version }}-nuitka-linux-x64.tar.zst .
|
tar -cvpaf ../pypvz-with-python${{ matrix.python_version }}-nuitka-linux-x64.tar.zst .
|
||||||
|
|
||||||
- name: Release the version built by nuitka
|
- name: "Upload binaries"
|
||||||
uses: ncipollo/release-action@v1
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
allowUpdates: true
|
name: artifact-windows-python-${{ matrix.python_version }}
|
||||||
tag: Latest
|
path: ./pypvz-with-python${{ matrix.python_version }}-nuitka-linux-x64.tar.zst
|
||||||
artifacts: ./*.tar.zst
|
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user