mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-23 06:15:38 +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:
|
||||
needs: [windows-build, linux-build]
|
||||
runs-on: "ubuntu-latest"
|
||||
if: github.ref == 'refs/heads/master'
|
||||
steps:
|
||||
- name: Download Windows x64 Artifact
|
||||
uses: actions/download-artifact@v1
|
||||
|
|
Loading…
Reference in a new issue