diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e52ef02d..22a602ab 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -53,110 +53,110 @@ jobs: uses: actions/upload-artifact@v2 if: startsWith(matrix.os, 'ubuntu') && startsWith(matrix.runtime, 'linux-x64') with: - name: freetube_0.9.1_linux_portable_x64 - path: build/freetube-0.9.1.zip + name: freetube_0.9.2_linux_portable_x64 + path: build/freetube-0.9.2.zip - name: Upload Linux .zip ARM Artifact uses: actions/upload-artifact@v2 if: startsWith(matrix.os, 'ubuntu') && startsWith(matrix.runtime, 'linux-arm64') with: - name: freetube_0.9.1_linux_portable_arm64 - path: build/freetube-0.9.1-arm64.zip + name: freetube_0.9.2_linux_portable_arm64 + path: build/freetube-0.9.2-arm64.zip - name: Upload .deb x64 Artifact uses: actions/upload-artifact@v2 if: startsWith(matrix.os, 'ubuntu') && startsWith(matrix.runtime, 'linux-x64') with: - name: freetube_0.9.1_amd64.deb - path: build/freetube_0.9.1_amd64.deb + name: freetube_0.9.2_amd64.deb + path: build/freetube_0.9.2_amd64.deb - name: Upload .deb ARM Artifact uses: actions/upload-artifact@v2 if: startsWith(matrix.os, 'ubuntu') && startsWith(matrix.runtime, 'linux-arm64') with: - name: freetube_0.9.1_arm64.deb - path: build/freetube_0.9.1_arm64.deb + name: freetube_0.9.2_arm64.deb + path: build/freetube_0.9.2_arm64.deb - name: Upload AppImage x64 Artifact uses: actions/upload-artifact@v2 if: startsWith(matrix.os, 'ubuntu') && startsWith(matrix.runtime, 'linux-x64') with: - name: freetube_0.9.1_amd64.AppImage - path: build/FreeTube-0.9.1.AppImage + name: freetube_0.9.2_amd64.AppImage + path: build/FreeTube-0.9.2.AppImage - name: Upload AppImage ARM Artifact uses: actions/upload-artifact@v2 if: startsWith(matrix.os, 'ubuntu') && startsWith(matrix.runtime, 'linux-arm64') with: - name: freetube_0.9.1_arm64.AppImage - path: build/FreeTube-0.9.1-arm64.AppImage + name: freetube_0.9.2_arm64.AppImage + path: build/FreeTube-0.9.2-arm64.AppImage - name: Upload .rpm x64 Artifact uses: actions/upload-artifact@v2 if: startsWith(matrix.os, 'ubuntu') && startsWith(matrix.runtime, 'linux-x64') with: - name: freetube_0.9.1_amd64.rpm - path: build/freetube-0.9.1.x86_64.rpm + name: freetube_0.9.2_amd64.rpm + path: build/freetube-0.9.2.x86_64.rpm - name: Upload .rpm ARM Artifact uses: actions/upload-artifact@v2 if: startsWith(matrix.os, 'ubuntu') && startsWith(matrix.runtime, 'linux-arm64') with: - name: freetube_0.9.1_arm64.rpm - path: build/freetube-0.9.1.arm64.rpm + name: freetube_0.9.2_arm64.rpm + path: build/freetube-0.9.2.arm64.rpm - name: Upload Alpine .apk x64 Artifact uses: actions/upload-artifact@v2 if: startsWith(matrix.os, 'ubuntu') && startsWith(matrix.runtime, 'linux-x64') with: - name: freetube_0.9.1_alpine_amd64.apk - path: build/freetube-0.9.1.apk + name: freetube_0.9.2_alpine_amd64.apk + path: build/freetube-0.9.2.apk - name: Upload Alpine .apk ARM Artifact uses: actions/upload-artifact@v2 if: startsWith(matrix.os, 'ubuntu') && startsWith(matrix.runtime, 'linux-arm64') with: - name: freetube_0.9.1_alpine_arm64.apk - path: build/freetube-0.9.1-arm64.apk + name: freetube_0.9.2_alpine_arm64.apk + path: build/freetube-0.9.2-arm64.apk - name: Upload Pacman .pacman x64 Artifact uses: actions/upload-artifact@v2 if: startsWith(matrix.os, 'ubuntu') && startsWith(matrix.runtime, 'linux-x64') with: - name: freetube_0.9.1_pacman_amd64.pacman - path: build/freetube-0.9.1.pacman + name: freetube_0.9.2_pacman_amd64.pacman + path: build/freetube-0.9.2.pacman - name: Upload Web Build uses: actions/upload-artifact@v2 if: startsWith(matrix.os, 'ubuntu') && startsWith(matrix.runtime, 'linux-x64') with: - name: freetube_0.9.1_static_web + name: freetube_0.9.2_static_web path: dist/web - name: Upload Windows .exe Artifact uses: actions/upload-artifact@v2 if: startsWith(matrix.os, 'windows') with: - name: freetube-0.9.1-win-x64-portable - path: build/freetube-0.9.1-win.zip + name: freetube-0.9.2-win-x64-portable + path: build/freetube-0.9.2-win.zip - name: Upload Windows .zip Artifact uses: actions/upload-artifact@v2 if: startsWith(matrix.os, 'windows') with: - name: freetube-0.9.1-setup-x64.exe - path: build/freetube Setup 0.9.1.exe + name: freetube-0.9.2-setup-x64.exe + path: build/freetube Setup 0.9.2.exe - name: Upload Windows Portable Artifact uses: actions/upload-artifact@v2 if: startsWith(matrix.os, 'windows') with: - name: freetube-0.9.1-portable-x64.exe - path: build/freetube 0.9.1.exe + name: freetube-0.9.2-portable-x64.exe + path: build/freetube 0.9.2.exe - name: Upload Mac .dmg Artifact uses: actions/upload-artifact@v2 if: startsWith(matrix.os, 'macos') with: - name: freetube-0.9.1-mac.dmg - path: build/freetube-0.9.1.dmg + name: freetube-0.9.2-mac.dmg + path: build/freetube-0.9.2.dmg diff --git a/package.json b/package.json index 926d60de..f9cd3ab8 100644 --- a/package.json +++ b/package.json @@ -141,5 +141,5 @@ "test": "run-s rebuild:node pack:workers jest", "test:watch": "run-s rebuild:node pack:workers jest:watch" }, - "version": "0.9.1" + "version": "0.9.2" }