Skip to content

Commit

Permalink
gh-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Kern, Thomas committed Nov 7, 2024
1 parent 29b646f commit 24c6ce1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_release_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,6 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Download history.txt
uses: actions/download-artifact@v4
with:
name: history
- name: Install ninja build tools etc.
run: |
sudo apt-get update -y
Expand Down Expand Up @@ -99,6 +95,10 @@ jobs:
type: 'zip'
filename: mopicon-${{steps.read_action_js.outputs['version']}}-appbundle.zip
directory: build/app/outputs/bundle/release
- name: Download history.txt
uses: actions/download-artifact@v4
with:
name: history
- name: Android APK Release
uses: softprops/action-gh-release@v2
#if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit 24c6ce1

Please sign in to comment.