Skip to content

Commit

Permalink
next win try
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterPetrik committed Jul 31, 2023
1 parent 246d6be commit 3df7bb1
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/gallery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,13 +105,21 @@ jobs:
nmake
nmake install
- name: Prepare artefacts
shell: bash
- name: Prepare artefacts (macos & ubuntu)
if: matrix.os != 'windows-2019'
run: |
cd ${{ github.workspace }}/install-gallery
ls -la .
tar -czf ${{ github.workspace }}/merginmaps-gallery-${{ matrix.os }}.tar.gz .
- name: Prepare artefacts (windows)
if: matrix.os == 'windows-2019'
shell: cmd
run: |
cd install-gallery
dir
tar -czf ${{ github.workspace }}/merginmaps-gallery-${{ matrix.os }}.tar.gz .
- name: Upload APK to Artifacts
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 3df7bb1

Please sign in to comment.