CI/CD edit
This commit is contained in:
@@ -17,11 +17,11 @@ jobs:
|
||||
- run: sudo dnf install -y nodejs
|
||||
- name: "Check out repo code"
|
||||
uses: actions/checkout@v4
|
||||
- name: Push flatpak to repo
|
||||
run: |
|
||||
git clone https://github.com/flatpak/flat-manager.git
|
||||
export REPO_TOKEN=${{ secrets.FLATMAN_API_TOKEN }}
|
||||
./flat-manager/flat-manager-client create https://flatpak.angoosh.com stable
|
||||
# - name: Push flatpak to repo
|
||||
# run: |
|
||||
# git clone https://github.com/flatpak/flat-manager.git
|
||||
# export REPO_TOKEN=${{ secrets.FLATMAN_API_TOKEN }}
|
||||
# ./flat-manager/flat-manager-client create https://flatpak.angoosh.com stable
|
||||
- name: "Build"
|
||||
uses: flatpak/flatpak-github-actions/flatpak-builder@v6
|
||||
with:
|
||||
@@ -32,9 +32,9 @@ jobs:
|
||||
- run: ls
|
||||
- run: ls com.angoosh.RDPConnect
|
||||
- run: ls flatpak_app
|
||||
- run: git clone https://github.com/flatpak/flat-manager.git
|
||||
- name: Push flatpak to repo
|
||||
run: |
|
||||
git clone https://github.com/flatpak/flat-manager.git
|
||||
export REPO_TOKEN=${{ secrets.FLATMAN_API_TOKEN }}
|
||||
export FLATMAN_URL=$(./flat-manager/flat-manager-client create https://flatpak.angoosh.com stable)
|
||||
echo $REPO_TOKEN
|
||||
|
||||
Reference in New Issue
Block a user