Rename artifacts

This commit is contained in:
ReenigneArcher
2022-03-16 18:34:43 -04:00
parent 9930880ee6
commit 9c976a23de
+2 -2
View File
@@ -132,7 +132,7 @@ jobs:
if: ${{ github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch' }} if: ${{ github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch' }}
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v2
with: with:
name: sunshine-AppImage name: sunshine-appimage
path: artifacts/ path: artifacts/
- name: Create Release - name: Create Release
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }} if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
@@ -250,7 +250,7 @@ jobs:
if: ${{ github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch' }} if: ${{ github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch' }}
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v2
with: with:
name: sunshine-${{ runner.os }} name: sunshine-windows
path: artifacts/ path: artifacts/
- name: Create Release - name: Create Release
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }} if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}