Skip to content

Commit

Permalink
WIP - GitHub Action Workflow 수정
Browse files Browse the repository at this point in the history
* publish-msi 대신 build 파이프라인으로 통일
* AppX 패키지 번들링 추가
  • Loading branch information
rkttu committed Jan 12, 2024
1 parent 31424b1 commit 8e2b27e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,16 +126,16 @@ jobs:
with:
name: MSI Package Nightly (${{ matrix.platform }}, ${{ matrix.configuration }})
path: TableCloth.msi
if-no-files-found: warn
if-no-files-found: error
retention-days: 5

# Upload the AppX packages: https://github.com/actions/upload-artifact
- name: Upload build artifacts (AppX Packages)
uses: actions/upload-artifact@v3
with:
name: MSI Package Nightly (${{ matrix.platform }}, ${{ matrix.configuration }})
name: AppX Package Nightly (${{ matrix.platform }}, ${{ matrix.configuration }})
path: ${{ env.Wap_Project_Directory }}\AppPackages
if-no-files-found: warn
if-no-files-found: error
retention-days: 5

# Upload the zip package: https://github.com/actions/upload-artifact
Expand Down

0 comments on commit 8e2b27e

Please sign in to comment.