Skip to content

Commit

Permalink
Update automatic releasing workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Ethan Dye <[email protected]>
  • Loading branch information
ecdye committed Mar 23, 2021
1 parent 72407be commit 765c23d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ jobs:
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.GPG_PASSPHRASE }}
- name: "Archive zram-config"
id: archive
run: |
echo ::set-output name=tag::${GITHUB_REF/refs\/tags\//}
export tag="${GITHUB_REF/refs\/tags\//}"
sudo apt-get install lzip
git archive --format=tar --prefix=zram-config-${tag}/ ${tag} -o zram-config-${tag}.tar
Expand All @@ -33,7 +31,6 @@ jobs:
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false
title: "zram-config ${{ steps.archive.outputs.tag }}"
files: |
zram-config-*.tar.lz
zram-config-*.tar.lz.asc

0 comments on commit 765c23d

Please sign in to comment.