Skip to content

Commit

Permalink
Remove upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
Wayne-KTCSZ committed Aug 3, 2023
1 parent 05dc68c commit 7bdc50e
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,4 @@ jobs:
run: |
mkdir ./src/ZKEACMS.WebHost/bin/Release/PublishOutput/App_Data
sqlite-exec -d ./src/ZKEACMS.WebHost/bin/Release/PublishOutput/App_Data/Database.sqlite -f ./Database/SQLite/ZKEACMS.sqlite.sql
cp -f ./Database/SQLite/appsettings.json ./src/ZKEACMS.WebHost/bin/Release/PublishOutput/appsettings.json
- name: Archive cms application
uses: actions/upload-artifact@v2
with:
name: Application
path: ./src/ZKEACMS.WebHost/bin/Release/PublishOutput
- name: Archive cms database
uses: actions/upload-artifact@v2
with:
name: Database
path: ./Database
cp -f ./Database/SQLite/appsettings.json ./src/ZKEACMS.WebHost/bin/Release/PublishOutput/appsettings.json

0 comments on commit 7bdc50e

Please sign in to comment.