Skip to content

Commit

Permalink
Update release_backend.yml - unzip files
Browse files Browse the repository at this point in the history
  • Loading branch information
vjf authored Dec 23, 2024
1 parent 924d5aa commit 53d76bf
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release_backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,14 @@ jobs:
branch: master
- name: List files
run: |
unzip api.tar.gz.zip
unzip boreholes.tar.gz.zip
ls -l
- name: Add to release
uses: softprops/action-gh-release@v2
with:
name: Source and web asset release based on tag ${{github.ref}}
files: |
api.tar.gz
boreholes.tar.gz
api.tar.gz.zip
boreholes.tar.gz.
fail_on_unmatched_files: true

0 comments on commit 53d76bf

Please sign in to comment.