Andreas Schiffler
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
.github/workflows/compile_development.yml
|
|
@ -12,7 +12,7 @@ jobs: |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v3 |
|
|
|
with: |
|
|
|
ref: main |
|
|
|
ref: development02 |
|
|
|
- uses: benjlevesque/short-sha@v1.2 |
|
|
|
id: short-sha |
|
|
|
with: |
|
|
@ -55,4 +55,4 @@ jobs: |
|
|
|
- uses: actions/upload-artifact@v3 |
|
|
|
with: |
|
|
|
name: ${{ steps.rename-binary-files.outputs.name }}_dev_build |
|
|
|
path: ./${{ steps.rename-binary-files.outputs.name }}.zip |
|
|
|
path: ./${{ steps.rename-binary-files.outputs.name }}.zip |
|
|
|