Skip to content

Commit

Permalink
Add notice to build action
Browse files Browse the repository at this point in the history
  • Loading branch information
romandemidov committed Jan 20, 2025
1 parent 2e816e2 commit 3c3e33d
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions .github/workflows/4testing-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,17 +61,10 @@ jobs:
snap: onlyoffice-ds_${{ github.event.inputs.version }}_arm64.snap
release: beta

- name: Upload AMD64 Artifact
uses: actions/upload-artifact@v4
with:
name: ONLYOFFICE_Docs-${{ github.event.inputs.version }}-${{ github.event.inputs.build }}-amd64
path: onlyoffice-ds_${{ github.event.inputs.version }}_amd64.snap
retention-days: 14

- name: Upload ARM64 Artifact
uses: actions/upload-artifact@v4
with:
name: ONLYOFFICE_Docs-${{ github.event.inputs.version }}-${{ github.event.inputs.build }}-arm64
path: onlyoffice-ds_${{ github.event.inputs.version }}_arm64.snap
retention-days: 14
- name: Notice for revision
run: |
REVISION=$(cat /home/runner/runners/*/_diag/pages/*.log | grep Revision | awk '{print $3}')
for STR in $REVISION; do
echo "::notice::Snap published to revision $STR"
done

0 comments on commit 3c3e33d

Please sign in to comment.