Skip to content

Commit

Permalink
ponder why this silly thing keeps happening....
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveyJonesBitPail committed Sep 3, 2024
1 parent 209fcff commit 5faeb78
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ jobs:
cd ../..
name="CZICheck-linux-x64-$(git describe --always).zip"
mv -v ./CZICheck.zip "release/${name}"
echo "name=${name}; zippath=release/${name}; artifactName=Linux-x64" >> "$GITHUB_ENV"
- name: Package
if: ${{ (matrix.OS == 'windows-latest') }}
Expand All @@ -95,23 +94,10 @@ jobs:
7z a -r CZICheck.zip "./build/CZICheck/${{env.BUILD_TYPE}}/*.exe" "./build/CZICheck/${{env.BUILD_TYPE}}/THIRD_PARTY_LICENSES.txt"
name="CZICheck-windows-win64-$(git describe --always).zip"
mv -v ./CZICheck.zip "release/${name}"
echo "name=${name}; zippath=release/${name}; artifactName=Windows-x64" >> "$GITHUB_ENV"
- name: Debug Folder and File Tree Build
run: |
# Install tree if not available
sudo apt-get install tree -y
tree -L 10 -a build
- name: Debug Folder and File Tree Release
run: |
# Install tree if not available
sudo apt-get install tree -y
tree -L 10 -a release
- name: Upload artifacts
if: matrix.build == 'Release'
uses: actions/upload-artifact@v4
with:
name: ${{env.artifactName}}
path: release
name: CZICheck_${{ matrix.os }}-x64

0 comments on commit 5faeb78

Please sign in to comment.