Skip to content

Commit

Permalink
Update export_flatpakref.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jcleng authored Sep 10, 2023
1 parent c380e26 commit 9b18633
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/export_flatpakref.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ jobs:
- name: Release set path
run: |
md5sum ./*.flatpak>release.txt
echo "${{ github.event.inputs.arg_packname }}">>release.txt
md5sum ./*.flatpak>>release.txt
echo "RELEASE_PATH=$PWD" >> $GITHUB_ENV
echo "FILE_DATE=$(date +"%Y%m%d%H%M")" >> $GITHUB_ENV
Expand Down

0 comments on commit 9b18633

Please sign in to comment.