Skip to content
Merged
Show file tree
Hide file tree
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
10 changes: 5 additions & 5 deletions .github/workflows/build-linux-unstable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
ref: qt6

Expand All @@ -37,15 +37,15 @@ jobs:
mv src.txz shotcut-src-$FILENAME_VERSION.txz

- name: Upload artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: linux-portable
path: |
scripts/shotcut-linux-x86_64-*.txz

- name: Upload portable and source archives to S3
if: ${{ github.repository_owner == 'mltframework' }}
uses: mltframework/s3cmd-action@v0
uses: mltframework/s3cmd-action@v1
with:
args: >-
--access_key=${{ secrets.AWS_ACCESS_KEY }}
Expand All @@ -67,7 +67,7 @@ jobs:

- name: Upload AppImage to S3
if: ${{ github.repository_owner == 'mltframework' }}
uses: mltframework/s3cmd-action@v0
uses: mltframework/s3cmd-action@v1
with:
args: >-
--access_key=${{ secrets.AWS_ACCESS_KEY }}
Expand All @@ -78,7 +78,7 @@ jobs:

- name: Install Snapcraft
if: ${{ github.repository_owner == 'mltframework' }}
uses: samuelmeuli/action-snapcraft@v1.2.0
uses: samuelmeuli/action-snapcraft@v3
with:
use_lxd: true
- name: Package snap
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6

- name: Build
run: |
Expand All @@ -37,15 +37,15 @@ jobs:
mv src.txz shotcut-src-$FILENAME_VERSION.txz

- name: Upload artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: linux-portable
path: |
scripts/shotcut-linux-x86_64-*.txz

- name: Upload portable and source archives to S3
if: ${{ github.repository_owner == 'mltframework' && github.ref_name == 'master' }}
uses: mltframework/s3cmd-action@v0
uses: mltframework/s3cmd-action@v1
with:
args: >-
--access_key=${{ secrets.AWS_ACCESS_KEY }}
Expand All @@ -70,7 +70,7 @@ jobs:

- name: Upload AppImage to S3
if: ${{ github.repository_owner == 'mltframework' && github.ref_name == 'master' }}
uses: mltframework/s3cmd-action@v0
uses: mltframework/s3cmd-action@v1
with:
args: >-
--access_key=${{ secrets.AWS_ACCESS_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-macos-unstable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
s3cmd --access_key=${{ secrets.AWS_ACCESS_KEY }} --secret_key=${{ secrets.AWS_SECRET_KEY }} --stop-on-error get s3://builds.us.meltytech/shotcut/shotcut-macos-unsigned-$VERSION.dmg

- name: Upload artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: unsigned-dmg
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
s3cmd --access_key=${{ secrets.AWS_ACCESS_KEY }} --secret_key=${{ secrets.AWS_SECRET_KEY }} --stop-on-error get s3://builds.us.meltytech/shotcut/shotcut-macos-unsigned-$VERSION.dmg

- name: Upload artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: unsigned-dmg
path: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-sdk-windows-unstable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
mingw-w64-x86_64-libimagequant
mingw-w64-x86_64-python3.11

- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
ref: qt6

Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
echo Done

- name: Upload artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: windows-sdk
path: ./build/shotcut-win64-sdk-*.zip
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-sdk-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
mingw-w64-x86_64-x265
mingw-w64-x86_64-zimg

- uses: actions/checkout@v4
- uses: actions/checkout@v6

- name: Build
shell: msys2 {0}
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
echo Done

- name: Upload artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: windows-sdk
path: ./build/shotcut-win64-sdk-*.txz
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-windows-unstable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
mingw-w64-x86_64-libimagequant
mingw-w64-x86_64-python3.11

- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
ref: qt6

Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
echo Done

- name: Upload artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: windows-portable
path: ./build/shotcut-win64-*.zip
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
mingw-w64-x86_64-x265
mingw-w64-x86_64-zimg

- uses: actions/checkout@v4
- uses: actions/checkout@v6

- name: Build
shell: msys2 {0}
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
echo Done

- name: Upload artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: windows-portable
path: ./build/shotcut-win64-*.zip
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-windows_arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
s3cmd --access_key=${{ secrets.AWS_ACCESS_KEY }} --secret_key=${{ secrets.AWS_SECRET_KEY }} --stop-on-error get s3://builds.us.meltytech/shotcut/shotcut-win_ARM-$VERSION.zip

- name: Upload artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: portable
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-code-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Install clang-format
run: sudo apt-get install -y clang-format-14
Expand Down