Skip to content

Commit

Permalink
show artifacts folder
Browse files Browse the repository at this point in the history
  • Loading branch information
nanu-c committed Oct 24, 2023
1 parent 819efbd commit 2e631d0
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ jobs:
- name: Get click version
id: get_click_version
run: |
echo "::set-output name=version::$(ls ./build-artifacts/Axolotl-Clickable/*amd64.click | cut --delimiter="_" --fields=2)"
ls -lah /build-artifacts && find /build-artifacts
echo "::set-output name=version::$(ls ./build-artifacts/Axolotl-Clickable/x86_64-linux-gnu/app/*amd64.click | cut --delimiter="_" --fields=2)"
- name: Set click version
run: |
Expand Down Expand Up @@ -74,7 +75,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./build-artifacts/Axolotl-Clickable/textsecure.nanuc_${{ env.CLICKABLE_VERSION }}_amd64.click
asset_path: ./build-artifacts/Axolotl-Clickable/x86_64-linux-gnu/app/textsecure.nanuc_${{ env.CLICKABLE_VERSION }}_amd64.click
asset_name: textsecure.nanuc_${{ env.VERSION }}_amd64.click
asset_content_type: application/vnd.debian.binary-package

Expand All @@ -84,7 +85,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./build-artifacts/Axolotl-Clickable/textsecure.nanuc_${{ env.CLICKABLE_VERSION }}_arm64.click
asset_path: ./build-artifacts/Axolotl-Clickable/aarch64-linux-gnu/app/textsecure.nanuc_${{ env.CLICKABLE_VERSION }}_arm64.click
asset_name: textsecure.nanuc_${{ env.VERSION }}_arm64.click
asset_content_type: application/vnd.debian.binary-package

Expand All @@ -94,7 +95,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./build-artifacts/Axolotl-Clickable/textsecure.nanuc_${{ env.CLICKABLE_VERSION }}_armhf.click
asset_path: ./build-artifacts/Axolotl-Clickable/arm-linux-gnueabihf/app/textsecure.nanuc_${{ env.CLICKABLE_VERSION }}_armhf.click
asset_name: textsecure.nanuc_${{ env.VERSION }}_armhf.click
asset_content_type: application/vnd.debian.binary-package

Expand Down

0 comments on commit 2e631d0

Please sign in to comment.