Skip to content

Commit

Permalink
Keep the windows installer after every windows build as a build artif…
Browse files Browse the repository at this point in the history
…act.
  • Loading branch information
Kasper Peeters committed Dec 19, 2024
1 parent dfc7543 commit 535eeb2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,15 @@ jobs:
ninja install
cpack
- name: Set version variables from output of cmake
run: |
VER=$(cat build/VERSION)
echo "VERSION=$VER" >> $GITHUB_ENV
- name: Upload installer
uses: actions/upload-artifact@v4
with:
name: cadabra2-win64.exe
path: build/cadabra2-${{ env.VERSION }}-win64.exe
retention-days: 2

0 comments on commit 535eeb2

Please sign in to comment.