Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
QueenOfSquiggles authored Apr 7, 2024
1 parent 4c03426 commit d45ab9c
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions:
contents: write

jobs:
build-and-upload:
build:
name: Build and upload
runs-on: ubuntu-latest

Expand Down Expand Up @@ -79,21 +79,23 @@ jobs:
use-cross: true
command: build
args: --verbose --target ${{ matrix.target }}

- name: Working dir
shell: bash
run: |
pwd
echo ""
ls -lah

- name: Upload lib
uses: actions/[email protected]
with:
name: ${{ matrix.target }}
name: ${{ matrix.artifact }}:${{ matrix.type }}
if-no-files-found: error
path: "target/${{ matrix.target }}/${{matrix.type}}/${{ matrix.artifact }}"
overwrite: true
package:
needs: build
runs-on: ubuntu-latest
steps:
- name: relocate libs
run: |
echo "Hello there!"

# - name: Release
# uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit d45ab9c

Please sign in to comment.