Skip to content

Commit

Permalink
Remove build directory from the release zips
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Kruger committed Sep 7, 2023
1 parent 3615ebe commit 14b6f8d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/make-link-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,11 @@ jobs:
run: |
mkdir -p build
cp -r StartupSession build/StartupSession
cd build
zip -r build/link-${{ env.REF_NAME }}.zip build/StartupSession
cd ..
cp -r qse/StartupSession/Dyalog build/StartupSession
cd build
zip -r build/link-${{ env.REF_NAME }}-v182.zip build/StartupSession
- name: Create and Upload Release
Expand Down

0 comments on commit 14b6f8d

Please sign in to comment.