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 53d76bf commit fb3fa5c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release_backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ jobs:
branch: master
- name: List files
run: |
unzip api.tar.gz.zip
unzip boreholes.tar.gz.zip
ls -l
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:
Expand Down

0 comments on commit fb3fa5c

Please sign in to comment.