Skip to content

Commit

Permalink
Packing step 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Xottab-DUTY authored Oct 2, 2024
1 parent 74af917 commit 1817670
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
workflow_dispatch:

jobs:
windows:
build:
name: ${{ matrix.configuration }} ${{ matrix.platform }}
runs-on: windows-latest
strategy:
Expand Down Expand Up @@ -44,3 +44,12 @@ jobs:
bin/**/*.lib
bin/**/*.pdb
LICENSE
pack-everything:
name: Pack everything into one archive
needs: build
runs-on: windows-latest
steps:
- name: Download everything from previous jobs
uses: actions/download-artifact@v4
- run: ls

0 comments on commit 1817670

Please sign in to comment.