remove configure steps

This commit is contained in:
Aine 2024-08-31 21:12:06 +03:00
parent 15c8a30c92
commit b5b593945d
No known key found for this signature in database
GPG key ID: 34969C908CCA2804

View file

@ -53,9 +53,6 @@ jobs:
container: ghcr.io/${{ github.repository }} # as this job depends on the build-publish and build-publish always publishes the latest tag
steps:
- uses: actions/checkout@v4
- name: Configure
run: |
mv /app/ ./public
- name: Upload
run: |
wget -O bunny-upload.tar.gz https://github.com/etkecc/bunny-upload/releases/download/${{ env.bunny_version }}/bunny-upload_Linux_x86_64.tar.gz