Skip to content

Commit

Permalink
Update release_backend.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vjf authored Dec 23, 2024
1 parent fb3fa5c commit ddb68b9
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/release_backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,11 @@ jobs:
- name: List files
run: |
ls -al
[ -f api.tar.gz.zip ] && unzip api.tar.gz.zip
[ -f boreholes.tar.gz.zip ] && unzip boreholes.tar.gz.zip
ls -al
- 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.zip
boreholes.tar.gz.
api.tar.gz
boreholes.tar.gz
fail_on_unmatched_files: true

0 comments on commit ddb68b9

Please sign in to comment.