Skip to content

Commit

Permalink
Update runs on, krankler, checkout action and upload artifact action
Browse files Browse the repository at this point in the history
Signed-off-by: Melroy van den Berg <melroy@melroy.org>
  • Loading branch information
melroy89 authored Sep 23, 2024
1 parent 43d9ba0 commit ad6489e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@ env:
jobs:
package:
name: Package nightly release
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Setup krankler
run: |
wget https://github.com/ChristophWurst/krankerl/releases/download/v0.13.3/krankerl
wget https://github.com/ChristophWurst/krankerl/releases/download/v0.14.0/krankerl
chmod +x krankerl
- name: Package app
run: |
./krankerl package
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: ${{ env.APP_NAME }}.tar.gz
path: build/artifacts/${{ env.APP_NAME }}.tar.gz

0 comments on commit ad6489e

Please sign in to comment.