Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Conrad Hübler <Conrad.Huebler@gmx.net>
  • Loading branch information
conradhuebler committed Dec 27, 2024
1 parent 29b55d2 commit da4d014
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:
container: coderus/sailfishos-platform-sdk:4.2.0.21

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

- name: Build for aarch64
run: mb2 -t SailfishOS-4.2.0.21-aarch64 build

- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: rpms
path: RPMS/*.rpm
Expand All @@ -34,4 +34,3 @@ jobs:
body: Automated nightly build
token: ${{ secrets.GITHUB_TOKEN }}
replace_artifacts: true

0 comments on commit da4d014

Please sign in to comment.