Skip to content

Commit

Permalink
try to fix release ci
Browse files Browse the repository at this point in the history
(upstream issue was AButler/upload-release-assets#7)
  • Loading branch information
olivierdalang committed Mar 17, 2023
1 parent a16f284 commit 117fe38
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/docker-test-and-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,12 @@ jobs:
PGPASSWORD: postgres
PGUSER: postgres

- uses: AButler/upload-release-assets@v2.0
- uses: svenstaro/upload-release-action@v2
if: github.event_name == 'release' && matrix.pgis == env.pgis_stable
with:
files: 'artifacts/*'
repo-token: ${{ secrets.GITHUB_TOKEN }}
file: artifacts/*
file_glob: true
overwrite: true

- name: "failure logs"
if: failure()
Expand Down

0 comments on commit 117fe38

Please sign in to comment.