Skip to content

Commit

Permalink
Merge branch 'uwp-dev' of https://github.com/EmulationCollective/XBSX2
Browse files Browse the repository at this point in the history
…into uwp-dev
  • Loading branch information
SternXD committed Dec 5, 2024
2 parents 40a5b5f + e633a51 commit beeb3a4
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions .github/workflows/buildwinrtnightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,26 +70,26 @@ jobs:
name: appx-${{ matrix.configuration }}
path: AppPackages

Publish-release:
needs: build
name: Publish Release
if: github.ref == 'refs/heads/uwp'
permissions: write-all
runs-on: ubuntu-22.04
# Publish-release:
# needs: build
# name: Publish Release
# if: github.ref == 'refs/heads/uwp'
# permissions: write-all
# runs-on: ubuntu-22.04

steps:
- name: Download Artifacts
uses: actions/[email protected]
with:
path: ./artifacts/
# steps:
# - name: Download Artifacts
# uses: actions/[email protected]
# with:
# path: ./artifacts/

- name: Create a new release
uses: marvinpinto/action-automatic-releases@latest
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
automatic_release_tag: latest
prerelease: false
title: Latest XBSX2 Builds
files: |
./artifacts/appx-Release/AppPackages/xbsx2/xbsx2_*_x64_Test/xbsx2_*_x64.msix
./artifacts/appx-Release\ AVX2/AppPackages/xbsx2/xbsx2_*_x64_Release\ AVX2_Test/xbsx2_*_x64_Release\ AVX2.msix
# - name: Create a new release
# uses: marvinpinto/action-automatic-releases@latest
# with:
# repo_token: ${{ secrets.GITHUB_TOKEN }}
# automatic_release_tag: latest
# prerelease: false
# title: Latest XBSX2 Builds
# files: |
# ./artifacts/appx-Release/AppPackages/xbsx2/xbsx2_*_x64_Test/xbsx2_*_x64.msix
# ./artifacts/appx-Release\ AVX2/AppPackages/xbsx2/xbsx2_*_x64_Release\ AVX2_Test/xbsx2_*_x64_Release\ AVX2.msix

0 comments on commit beeb3a4

Please sign in to comment.