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 0c10f10 commit 00f9ac3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Set file name
run: echo "FILENAME=Revi-PB-${{ github.ref_name }}.apbx" >> $GITHUB_ENV
Expand All @@ -26,7 +26,8 @@ jobs:
- name: DevUploads
run: |
echo "DEVUPLOADS=$(bash <(curl -s https://devuploads.com/upload.sh) -f ${{ env.FILENAME }} -k ${{ secrets.DEVUPLOADS_API_KEY }} | grep -o 'https://devuploads.com[^"]*')" >> $GITHUB_ENV
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 Down

0 comments on commit 00f9ac3

Please sign in to comment.