Skip to content

Commit

Permalink
Test action
Browse files Browse the repository at this point in the history
  • Loading branch information
zstg authored May 1, 2024
1 parent 9a18391 commit 985b8a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
id: build_iso
run: |
export BUILD_DATE=$(date --date="@${SOURCE_DATE_EPOCH:-$(date +%s)}" +%Y.%m.%d)
sudo ./build.sh # admin perms required to mount /proc
sudo bash ./build.sh # admin perms required to mount /proc
echo "::set-output name=date::${BUILD_DATE}"
- name: Upload
Expand Down

0 comments on commit 985b8a6

Please sign in to comment.