Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
melo936 committed Oct 17, 2023
1 parent 00f9ac3 commit f7d5506
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
run: |
echo "HASH=$(sha256sum ${{ env.FILENAME }} | cut -d ' ' -f 1)" >> $GITHUB_ENV
- name: DevUploads
run: |
url=$(bash <(curl -s https://devuploads.com/upload.sh) -f "${{ env.FILENAME }}" -k "${{ secrets.DEVUPLOADS_API_KEY }}" | grep -o 'https://devuploads.com[^"]*')
echo "DEVUPLOADS=$url" >> $GITHUB_ENV
# - name: DevUploads
# run: |
# url=$(bash <(curl -s https://devuploads.com/upload.sh) -f "${{ env.FILENAME }}" -k "${{ secrets.DEVUPLOADS_API_KEY }}" | grep -o 'https://devuploads.com[^"]*')
# echo "DEVUPLOADS=$url" >> $GITHUB_ENV

- name: Release
uses: svenstaro/upload-release-action@v2
Expand All @@ -42,7 +42,7 @@ jobs:
If you would like to support Revision, kindly download the Playbook from the provided link below.
📌Link: ${{ env.DEVUPLOADS }}
📌Link:
SHA256: ${{ env.HASH }}
SHA256: `${{ env.HASH }}`

0 comments on commit f7d5506

Please sign in to comment.