Skip to content

Commit

Permalink
Another shot at the windows CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kasper Peeters committed Sep 28, 2024
1 parent dff5a68 commit e6019bc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,18 +52,17 @@ jobs:
run: |
mkdir build
cd build
cmake ..
cmake -DPython3_EXECUTABLE=/usr/bin/python3 ..
ninja
ninja install
- name: Set version variables from output of cmake
run: |
VER=$(cat ${{ github.workspace }}/build/VERSION)
VER=$(cat build/VERSION)
echo "VERSION=$VER" >> $GITHUB_ENV
- name: Upload release assets
run: |
ls ${{ github.workspace }}/artifacts/
gh release upload "${{ env.VERSION }}" cadabra2-${{ env.VERSION }}-win64.exe --clobber
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit e6019bc

Please sign in to comment.