Skip to content

Commit

Permalink
Update build-release.yml - PASSING SERVER_VERSIONS_KEY
Browse files Browse the repository at this point in the history
  • Loading branch information
BaseMax authored Sep 11, 2024
1 parent 3b3723a commit 9d9012e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ jobs:
-F "version=${{ env.VERSION }}" \
-F "date=$(date +'%Y-%m-%d')" \
-F "time=$(date +'%H:%M:%S')" \
-F "key=${{ secrets.SERVER_VERSIONS_KEY }}" \
-F "platform=linux"
- name: Post macOS release file to SERVER_VERSIONS_API
Expand All @@ -133,6 +134,7 @@ jobs:
-F "version=${{ env.VERSION }}" \
-F "date=$(date +'%Y-%m-%d')" \
-F "time=$(date +'%H:%M:%S')" \
-F "key=${{ secrets.SERVER_VERSIONS_KEY }}" \
-F "platform=macos"
- name: Post Windows release file to SERVER_VERSIONS_API
Expand All @@ -142,6 +144,7 @@ jobs:
-F "version=${{ env.VERSION }}" \
-F "date=$(date +'%Y-%m-%d')" \
-F "time=$(date +'%H:%M:%S')" \
-F "key=${{ secrets.SERVER_VERSIONS_KEY }}" \
-F "platform=windows"
- name: Create tag
Expand Down

0 comments on commit 9d9012e

Please sign in to comment.