Skip to content

Commit 315fb61

Browse files
committed
test
1 parent 67b659a commit 315fb61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/compile.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,8 +267,8 @@ jobs:
267267
env:
268268
#ARCH: ${{ inputs.ARCH }}-${{ env.SNAPSHOTS != 'y' && format('{0}-', env.BRANCH) || '' }}SNAPSHOT
269269
TARGET: ${{ inputs.BOARD }}/${{ inputs.SUBTARGET }}
270-
VERSION: ${{ env.SNAPSHOTS != 'y' && format('{0}-', env.BRANCH) || '' }}SNAPSHOT
271-
#VERSION: ${{ env.OP_VERSION }}
270+
#VERSION: ${{ env.SNAPSHOTS != 'y' && format('{0}-', env.BRANCH) || '' }}SNAPSHOT
271+
VERSION: ${{ env.OP_VERSION }}
272272
ARTIFACTS_DIR: ${{ github.workspace }}/ARTIFACTS
273273
FEEDS_DIR: ${{ github.workspace }}/FEEDS/${{ env.BRANCH }}
274274
DL_DIR: ${{ github.workspace }}/DL

0 commit comments

Comments
 (0)