Skip to content

Commit

Permalink
Update actions for release
Browse files Browse the repository at this point in the history
  • Loading branch information
ldpl committed Feb 22, 2024
1 parent e40cf36 commit e3270c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,10 +173,10 @@ jobs:

steps:
- name: Download all bundles
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4

- name: Release GitHub assets
uses: softprops/[email protected].13
uses: softprops/[email protected].15

# if: startsWith(github.ref, 'refs/tags/')
with:
Expand All @@ -200,7 +200,7 @@ jobs:

steps:
- name: Download all bundles
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4

- name: Upload to CityMania
uses: appleboy/scp-action@master
Expand Down

0 comments on commit e3270c1

Please sign in to comment.