Skip to content

Commit

Permalink
Revert release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
VeyronSakai committed Apr 9, 2024
1 parent a74dcfb commit 9299ca5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,16 +76,12 @@ jobs:
dotnet nuget push "VContainerAnalyzer.${VERSION}.nupkg" \
-s https://api.nuget.org/v3/index.json \
-k "${NUGET_API_KEY}"
- name: Decode encoded unity license string
env:
ENCODED_UNITY_LICENSE: ${{ secrets.UNITY_LICENSE_BASE64 }}
run: |
echo "UNITY_LICENSE=$(echo ${ENCODED_UNITY_LICENSE} | base64 --decode)" >> "${GITHUB_ENV}"
- name: Export unitypackage
uses: game-ci/unity-builder@v4
env:
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
UNITY_LICENSE: ${{ env.UNITY_LICENSE }}
with:
projectPath: ./VContainerAnalyzer.Unity
targetPlatform: StandaloneLinux64
Expand Down

0 comments on commit 9299ca5

Please sign in to comment.