mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-23 14:25:37 +00:00
Merge pull request #520 from ggrtk/github-actions
Update GitHub Actions workflow
This commit is contained in:
commit
b91f8c151d
1
.github/workflows/rolling-release.yml
vendored
1
.github/workflows/rolling-release.yml
vendored
|
@ -88,6 +88,7 @@ jobs:
|
||||||
create-release:
|
create-release:
|
||||||
needs: [windows-build, linux-build]
|
needs: [windows-build, linux-build]
|
||||||
runs-on: "ubuntu-latest"
|
runs-on: "ubuntu-latest"
|
||||||
|
if: github.ref == 'refs/heads/master'
|
||||||
steps:
|
steps:
|
||||||
- name: Download Windows x64 Artifact
|
- name: Download Windows x64 Artifact
|
||||||
uses: actions/download-artifact@v1
|
uses: actions/download-artifact@v1
|
||||||
|
|
Loading…
Reference in a new issue