Refine workflow
This commit is contained in:
parent
4f9c0633cc
commit
15676be1f8
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -32,8 +32,6 @@ jobs:
|
|||||||
- name: Build dlc.dat file
|
- name: Build dlc.dat file
|
||||||
run: |
|
run: |
|
||||||
domain-list-community
|
domain-list-community
|
||||||
mkdir -p ./publish
|
|
||||||
mv ./dlc.dat ./publish/dlc.dat
|
|
||||||
|
|
||||||
- name: Create a release
|
- name: Create a release
|
||||||
id: create_release
|
id: create_release
|
||||||
@ -53,6 +51,6 @@ jobs:
|
|||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
with:
|
||||||
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
||||||
asset_path: ./publish/dlc.dat
|
asset_path: ./dlc.dat
|
||||||
asset_name: dlc.dat
|
asset_name: dlc.dat
|
||||||
asset_content_type: application/octet-stream
|
asset_content_type: application/octet-stream
|
||||||
|
Loading…
x
Reference in New Issue
Block a user