Skip to content

Commit

Permalink
👀
Browse files Browse the repository at this point in the history
Signed-off-by: Omansh Krishn <[email protected]>
  • Loading branch information
omansh-krishn committed Apr 9, 2024
1 parent 9391890 commit 636e80a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ jobs:
- name: Set env variables
run: |
echo "FILENAME=$(basename /home/builder/build/*.zst)" >> $GITHUB_ENV
echo "CURRENTTAG=$(curl -s https://api.github.com/repos/materialgram/materialgram-bin/releases/latest | jq -r '.tag_name')" >> $GITHUB_ENV
TAG=$(curl -s https://api.github.com/repos/materialgram/materialgram-bin/releases/latest | jq -r '.tag_name')
echo "CURRENTTAG=${TAG}" >> $GITHUB_ENV
- name: Upload artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 636e80a

Please sign in to comment.