Skip to content

Commit

Permalink
[FB] workflow | Fix Replace PPA
Browse files Browse the repository at this point in the history
  • Loading branch information
creeper-0910 committed Jun 12, 2024
1 parent ecb87ef commit 04d8889
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/replace-ppa.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
name: Replace PPA Package
on:
workflow_dispatch:
inputs:
display-version:
description: 'Display version of the update'
required: true
type: string
jobs:
update-latest-json:
runs-on: ubuntu-latest
Expand All @@ -16,11 +11,9 @@ jobs:
with:
workflow: linux-x64-deb.yml
name: floorp-debian-amd64
path: $WORKDIR
- name: Replace
run: |
cd $WORKDIR
unzip $WORKDIR/floorp-debian-amd64.zip
unzip $WORKDIR/dist.zip
echo "::add-mask::${{ secrets.KEYMASK }}"
mkdir publish
Expand Down

0 comments on commit 04d8889

Please sign in to comment.