Skip to content

Commit

Permalink
chore(ci): update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
stavares843 authored Oct 31, 2024
1 parent d78dcfc commit b98f391
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/create-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/[email protected]

- name: setup node
uses: actions/setup-node@v4.0.4
uses: actions/setup-node@v4.1.0
with:
node-version: lts/*

Expand All @@ -45,7 +45,7 @@ jobs:

- name: Upload Ubuntu installer
if: matrix.platform == 'ubuntu-latest'
uses: actions/[email protected].0
uses: actions/[email protected].3
with:
name: build-ubuntu
path: src-tauri/target/release/bundle/deb/*.deb
Expand All @@ -72,23 +72,23 @@ jobs:

- name: Upload APK
if: matrix.platform == 'ubuntu-latest'
uses: actions/[email protected].0
uses: actions/[email protected].3
with:
name: build-android
path: android/app/build/outputs/apk/debug/app-debug.apk
retention-days: 5

- name: Upload macOS installer
if: matrix.platform == 'macos-latest'
uses: actions/[email protected].0
uses: actions/[email protected].3
with:
name: build-macos
path: src-tauri/target/release/bundle/dmg/*.dmg
retention-days: 5

- name: Upload MSI installer
if: matrix.platform == 'windows-latest'
uses: actions/[email protected].0
uses: actions/[email protected].3
with:
name: build-windows
path: src-tauri/target/release/bundle/msi/*.msi
Expand Down

0 comments on commit b98f391

Please sign in to comment.