From 15676be1f81f8bb44df82435439b716db7f48d9e Mon Sep 17 00:00:00 2001 From: Loyalsoldier Date: Thu, 27 Feb 2020 18:47:38 +0800 Subject: [PATCH] Refine workflow --- .github/workflows/build.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d8c23578..6c45fcf9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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