Skip to content

Commit

Permalink
Merge commit '0c3a8f9848c0807fa97addf8f75df9afa45e965d'
Browse files Browse the repository at this point in the history
  • Loading branch information
arkuznetsov committed Sep 15, 2024
2 parents 3fbd4c5 + 0c3a8f9 commit 289ea58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: opm build

- name: Заливка артифактов
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: package.zip
path: ./${{ env.PACKAGE_MASK }}
Expand All @@ -57,4 +57,4 @@ jobs:
shell: bash
run: opm push -f ./${{ env.PACKAGE_MASK }} --token ${{ env.TOKEN }} -c stable
env:
TOKEN: ${{ secrets.OSHUB_TOKEN }}
TOKEN: ${{ secrets.OSHUB_TOKEN }}

0 comments on commit 289ea58

Please sign in to comment.