Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upload yml files on new artifacts / releases #205

Merged
merged 2 commits into from
Nov 24, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
dist-native/*.tar.gz
dist-native/*.AppImage
dist-native/*.deb
dist-native/latest*.yml

- uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/v')
Expand All @@ -51,6 +52,7 @@ jobs:
dist-native/*.tar.gz
dist-native/*.AppImage
dist-native/*.deb
dist-native/latest*.yml

build_mac:
runs-on: macos-13
Expand Down Expand Up @@ -80,6 +82,7 @@ jobs:
dist-native/*.dmg
dist-native/*.dmg.blockmap
dist-native/*.zip
dist-native/latest*.yml

- uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/v')
Expand All @@ -91,6 +94,7 @@ jobs:
dist-native/*.dmg
dist-native/*.dmg.blockmap
dist-native/*.zip
dist-native/latest*.yml

build_win:
runs-on: windows-2022
Expand All @@ -105,14 +109,15 @@ jobs:
- run: npm install --no-audit
- run: npm run download-binaries-win
- run: npm run build-native-win

- uses: actions/upload-artifact@v3
with:
name: artifacts-win
path: |
dist-native/*.exe
dist-native/*.exe.blockmap
dist-native/*.zip
dist-native/latest*.yml

- uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/v')
Expand All @@ -124,3 +129,4 @@ jobs:
dist-native/*.exe
dist-native/*.exe.blockmap
dist-native/*.zip
dist-native/latest*.yml