Skip to content

Commit

Permalink
Merge pull request #11 from intercepted16/fix-invalid-timestamp
Browse files Browse the repository at this point in the history
fix: invalid timestamp in GitHub Action
  • Loading branch information
intercepted16 authored Aug 19, 2024
2 parents c1d01d7 + 44d2645 commit 71bc7d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/master-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ jobs:
- name: Upload Compiled File
uses: softprops/action-gh-release@v2
with:
tag_name: ${{ steps.set_timestamp.outputs.timestamp }}
tag_name: ${{ env.timestamp }}

files: |
mtafoubs

0 comments on commit 71bc7d6

Please sign in to comment.