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