Refine workflow

This commit is contained in:
Loyalsoldier 2020-02-27 18:47:38 +08:00 committed by GitHub
parent 4f9c0633cc
commit 15676be1f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -32,8 +32,6 @@ jobs:
- name: Build dlc.dat file
run: |
domain-list-community
mkdir -p ./publish
mv ./dlc.dat ./publish/dlc.dat
- name: Create a release
id: create_release
@ -53,6 +51,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./publish/dlc.dat
asset_path: ./dlc.dat
asset_name: dlc.dat
asset_content_type: application/octet-stream