Browse Source

Merge branch 'development02' of https://github.com/grindylow/ahoy into development02

pull/211/head^2
Andreas Schiffler 2 years ago
parent
commit
9eaf9ba667
  1. 4
      .github/workflows/compile_development.yml

4
.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

Loading…
Cancel
Save