Skip to content

Commit

Permalink
Update build-snapd-archlinux.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dbz2k authored Nov 21, 2022
1 parent eb3f2d9 commit c1fe710
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/build-snapd-archlinux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,15 @@ jobs:
run: |
cd /home/builduser/ &&
cd snapd &&
sudo -u builduser makepkg --syncdeps --noconfirm &&
cd /home/builduser/snapd &&
ls -l
sudo -u builduser makepkg --syncdeps --noconfirm
- name: Release The Build
- name: Release snapd build
uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
prerelease: false
title: "Release Build"
title: "Release snapd build"
files: |
/home/builduser/snapd/*.pkg.tar.zst
Expand Down

0 comments on commit c1fe710

Please sign in to comment.