Skip to content

Commit

Permalink
Update another.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Simpleshell3 authored Jul 3, 2024
1 parent b9f1e6b commit f0947a2
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/another.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
restore-keys: |
vcpkg-${{ runner.os }}-
- name: Install and run Dpendencies
- name: Install and run Dependencies
shell: pwsh
run: |
pushd vcpkg
Expand All @@ -38,10 +38,11 @@ jobs:
- name: Create executable package
shell: pwsh
run: |
Set-Location -Path Source
pushd Source/build
ls
cpack -G ZIP
Move-Item -Path *.zip -Destination ../../moja-flint.zip # Adjust the path as needed
Compress-Archive -Path * -DestinationPath moja-flint.zip -Force
Move-Item -Path *.zip -Destination ../../moja-flint.zip
popd
- name: Upload build artifacts
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit f0947a2

Please sign in to comment.