Skip to content

Commit

Permalink
chore: testing ci
Browse files Browse the repository at this point in the history
  • Loading branch information
aorumbayev committed Mar 13, 2024
1 parent 181c5de commit 4dc98b2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish-release-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,12 @@ jobs:
run: |
./scripts/snap/create-snapcraft-yaml.sh ${{ github.workspace }} ${{ env.RELEASE_VERSION }} ${{ env.BINARY_PATH }} "stable"
- name: Upload snapcraft.yaml as artifact
uses: actions/upload-artifact@v2
with:
name: snapcraft-yaml
path: ${{ github.workspace }}/snap/snapcraft.yaml

- name: Build snap
uses: snapcore/action-build@v1
with:
Expand Down

0 comments on commit 4dc98b2

Please sign in to comment.