We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41c91f8 commit 6232d44Copy full SHA for 6232d44
.github/workflows/file-merge.yml
@@ -19,7 +19,7 @@ jobs:
19
mkdir output
20
cat Migration\ script/openIMIS\ migration\ latest.sql Migration\ script/storedProcedures/* > output/fullMigrationScipt.sql
21
cat Empty\ databases/openIMIS_ONLINE.sql Migration\ script/storedProcedures/* > output/fullEmptyDatabase.sql
22
- cat Empty\ databases/openIMIS_ONLINE.sql" Demo\ database/openIMIS_demo_ONLINE.sql Migration\ script/storedProcedures/* > output/fullDemoDatabase.sql
+ cat Empty\ databases/openIMIS_ONLINE.sql Demo\ database/openIMIS_demo_ONLINE.sql Migration\ script/storedProcedures/* > output/fullDemoDatabase.sql
23
- name: Publish artifact
24
uses: actions/upload-artifact@master
25
with:
0 commit comments