1
0
Fork 0
mirror of synced 2024-06-02 10:35:02 +12:00
This commit is contained in:
Rafał Mikrut 2022-06-06 16:54:02 +02:00
parent 36ddda6289
commit b530019807

View file

@ -23,5 +23,13 @@ jobs:
- run: |
echo This job does specify a container.
echo It runs in the container instead of the VM.
git status
git clone https://github.com/qarmin/czkawka.git
build
zip -r gtk_app.zip target/x86_64-pc-windows-gnu/release/czkawka_gui.exe
name: Run in container
- name: Store Windows GUI CrossComplile
uses: actions/upload-artifact@v2
with:
name: czkawka_gui-release-console-${{ matrix.toolchain }}
path: gtk_app.zip