diff --git a/.github/workflows/windows_build.yml b/.github/workflows/windows_build.yml index bfaf3c0..b5da987 100644 --- a/.github/workflows/windows_build.yml +++ b/.github/workflows/windows_build.yml @@ -38,10 +38,6 @@ jobs: pyinstaller --add-data ./heimdall:heimdall --onefile guiunstable.py mv dist/* dist/SamsungFlashGUI.exe - - name: Create info file - run: | - echo -e "ref: $GITHUB_REF \ncommit: $GITHUB_SHA\nbuild: $(date +"%Y-%m-%dT%H:%M:%SZ")" \ - > dist/info.txt - name: Update Windows release uses: pyTooling/Actions/releaser@r0 @@ -50,4 +46,4 @@ jobs: rm: true token: ${{ secrets.GITHUB_TOKEN }} files: dist/* - \ No newline at end of file +