Skip to content

Commit

Permalink
soy medio bobo
Browse files Browse the repository at this point in the history
  • Loading branch information
Streq committed May 26, 2022
1 parent ba7b2e2 commit ea4fa98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,12 +190,12 @@ jobs:
uses: actions/download-artifact@v2
with:
name: version
path: version/VERSION
path: version
- name: Read Version Number
id: version_number
uses: juliangruber/read-file-action@v1
with:
path: ./version
path: ./version/VERSION
- name: Send Discord Success Message
if: ${{ env.IS_MAIN && env.DID_PREV_JOBS_SUCCEED == 'true' }}
run: |
Expand Down

0 comments on commit ea4fa98

Please sign in to comment.