fix
This commit is contained in:
parent
ddf3babac9
commit
80852ed368
11
.github/workflows/release.yml
vendored
11
.github/workflows/release.yml
vendored
@ -26,6 +26,10 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
needs: [build_macos]
|
||||
steps:
|
||||
- name: Checkout Release Branch
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ${{ env.BRANCH_NAME }}
|
||||
- name: Download Build Artifact
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
@ -40,10 +44,6 @@ jobs:
|
||||
# zip -r ./release/voxelcore-${RELEASE_VERSION}_win64.zip ./artifacts/Windows-Build/*
|
||||
ls -la ./release
|
||||
tree ./release
|
||||
- name: Checkout Release Branch
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ${{ env.BRANCH_NAME }}
|
||||
- name: Create Tag
|
||||
run: |
|
||||
git config --local user.email "action@github.com"
|
||||
@ -59,6 +59,7 @@ jobs:
|
||||
with:
|
||||
tag_name: v${{ env.RELEASE_VERSION }}
|
||||
draft: true
|
||||
files: ./release/*
|
||||
files: |
|
||||
./release/*
|
||||
generate_release_notes: true
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user