Skip to content

Commit

Permalink
workflow: clean up, no longer draft release
Browse files Browse the repository at this point in the history
  • Loading branch information
sechmann committed Aug 13, 2024
1 parent f6e3a72 commit 015b087
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/frontends.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,23 +172,13 @@ jobs:
- name: download artifacts
id: download-artifacts
uses: actions/download-artifact@v4
- name: explore [debug]
run: |
set -x
pwd
ls -R
echo GITHUB_WORKSPACE=$GITHUB_WORKSPACE
ls -R $GITHUB_WORKSPACE
echo downloaded artifacts
ls -R ${{ steps.download-artifacts.outputs.download-path }}
- name: sha256 sums
run: |
for file in ${{ steps.download-artifacts.outputs.download-path }}/*/*; do
sha256sum "$file" | awk {'print $1}' > "$file.sha256"
done
- name: print artifacts
run: ls -R ${{ steps.download-artifacts.outputs.download-path }}
- name: create release
if: startsWith(github.ref, 'refs/tags/')
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit 015b087

Please # to comment.