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 5354000
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 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,12 +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
unzip dist.zip
echo "::add-mask::${{ secrets.KEYMASK }}"
mkdir publish
ls
Expand Down

0 comments on commit 5354000

Please sign in to comment.