Skip to content

Commit

Permalink
ci: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
busla committed Feb 21, 2021
1 parent e839e6e commit 505f843
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ jobs:
export FOUNDATION_HASH=${{ hashFiles('projects/foundation/') }}
export ANALYSIS_1_HASH=${{ hashFiles('projects/analysis_1/') }}
echo ${FOUNDATION_HASH}
echo ${ANALYSIS_1_HASH}
cd ${{ github.workspace }}/foundation_build && zip -r "${BUILD_PREFIX}-${FOUNDATION_HASH}" * && mv "${BUILD_PREFIX}-${FOUNDATION_HASH}".zip ${{ github.workspace }}/artifacts/foundation
cd ${{ github.workspace }}/analysis_1 && zip -r "${BUILD_PREFIX}-${ANALYSIS_1_HASH}" * && mv "${BUILD_PREFIX}-${ANALYSIS_1_HASH}".zip ${{ github.workspace }}/artifacts/analysis_1
ls -alR ${{ github.workspace }}/artifacts
Expand Down

0 comments on commit 505f843

Please sign in to comment.