Skip to content
This repository has been archived by the owner on May 20, 2022. It is now read-only.

Commit

Permalink
got rid of double zips in artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
imxeno committed Jun 17, 2021
1 parent 32e1883 commit 7810046
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs:
- name: Upload ia32 build artifact
uses: actions/upload-artifact@v2.2.4
with:
name: apple-music-windows-x32
path: out/make/zip/win32/ia32/*
name: apple-music-windows-ia32
path: out/apple-music-windows-win32-ia32/*

- name: Make x64 package
run: yarn make -a x64
Expand All @@ -57,4 +57,4 @@ jobs:
uses: actions/upload-artifact@v2.2.4
with:
name: apple-music-windows-x64
path: out/make/zip/win32/x64/*
path: out/apple-music-windows-win32-x64/*

0 comments on commit 7810046

Please sign in to comment.