- name: Get current date and time
id: datetime
run: echo "::set-output name=current_datetime::$(date +'%d/%m/%Y %H:%M')"
- name: Create Release
id: create_release
uses: actions/create-release@latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{github.run_number}}
release_name: ${{ steps.datetime.outputs.current_datetime }} (${{ github.run_number }})
...
value comes from main.yaml, "release_name: Release ${{github.run_number}}"
your zip file is found.. its probably in some other folder?
ERROR 4.7.1 "The type or namespace name 'JsonStringEnumConverter' could not be found (are you missing a using directive or an assembly reference"
add restore nuget to yml: - name: Restore NuGet packages run: nuget restore YourSolution.sln
in dotnet-version: 6.0.x Decode the PFX Run $pfx_cert_byte = [System.Convert]::FromBase64String("") Join-Path: D:\a_temp\92c6b365-1b31-4b4d-bf1a-2b097b995024.ps1:3 Line | 3 | $certificatePath = Join-Path -Path $env:Wap_Project_Directory -ChildP … | ~~~~~~~~~~~~~~~~~~~~~~~~~~ | Cannot bind argument to parameter 'Path' because it is null.
SOLUTION Use 6.0.x instead of 7.0.x?
https://github.com/unitycoder/PointCloudConverter/blob/master/.github/workflows/main.yml
unity game ci workflows?
https://github.com/JohannesDeml/UnityWebGL-LoadingTest/tree/master/.github/workflows