mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-14 18:15:28 -04:00
Switch to v4 for upload-artifact
This commit is contained in:
parent
c219b15e84
commit
020bf31dbd
2
.github/actions/notify_success/action.yml
vendored
2
.github/actions/notify_success/action.yml
vendored
@ -16,4 +16,4 @@ runs:
|
|||||||
if: ${{ inputs.DESTINATION_URL != '' }}
|
if: ${{ inputs.DESTINATION_URL != '' }}
|
||||||
shell: sh
|
shell: sh
|
||||||
run: |
|
run: |
|
||||||
curl ${{ inputs.DESTINATION_URL }}/${{ inputs.WORKFLOW_NAME }} -X POST --data "finished"
|
curl ${{ inputs.DESTINATION_URL }}/${{ inputs.WORKFLOW_NAME }}/${{ github.sha }}
|
2
.github/actions/upload_build/action.yml
vendored
2
.github/actions/upload_build/action.yml
vendored
@ -13,7 +13,7 @@ inputs:
|
|||||||
runs:
|
runs:
|
||||||
using: "composite"
|
using: "composite"
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ${{ inputs.DEST_NAME }}
|
name: ${{ inputs.DEST_NAME }}
|
||||||
path: ${{ inputs.SOURCE_FILE }}
|
path: ${{ inputs.SOURCE_FILE }}
|
2
.github/workflows/build_freebsd.yml
vendored
2
.github/workflows/build_freebsd.yml
vendored
@ -35,8 +35,8 @@ jobs:
|
|||||||
PLAT32_FLAGS: "-fno-pie -fvisibility=hidden -fcf-protection=none -rdynamic -DCC_BUILD_ICON -I freebsd32/include -L freebsd32/lib"
|
PLAT32_FLAGS: "-fno-pie -fvisibility=hidden -fcf-protection=none -rdynamic -DCC_BUILD_ICON -I freebsd32/include -L freebsd32/lib"
|
||||||
PLAT64_FLAGS: "-fno-pie -fvisibility=hidden -fcf-protection=none -rdynamic -DCC_BUILD_ICON -I freebsd64/include -L freebsd64/lib"
|
PLAT64_FLAGS: "-fno-pie -fvisibility=hidden -fcf-protection=none -rdynamic -DCC_BUILD_ICON -I freebsd64/include -L freebsd64/lib"
|
||||||
run: |
|
run: |
|
||||||
|
apk add curl
|
||||||
LATEST_FLAG=-DCC_COMMIT_SHA=\"${GITHUB_SHA::9}\"
|
LATEST_FLAG=-DCC_COMMIT_SHA=\"${GITHUB_SHA::9}\"
|
||||||
echo $LATEST_FLAG
|
|
||||||
|
|
||||||
cd src
|
cd src
|
||||||
i386-freebsd11-clang *.c ${{ env.COMMON_FLAGS }} ${{ env.PLAT32_FLAGS }} $LATEST_FLAG -o cc-fbsd32-gl1 -lm -lpthread -lX11 -lXi -lGL -lexecinfo
|
i386-freebsd11-clang *.c ${{ env.COMMON_FLAGS }} ${{ env.PLAT32_FLAGS }} $LATEST_FLAG -o cc-fbsd32-gl1 -lm -lpthread -lX11 -lXi -lGL -lexecinfo
|
||||||
|
Loading…
x
Reference in New Issue
Block a user