Skip to content

Commit

Permalink
fix upload target
Browse files Browse the repository at this point in the history
  • Loading branch information
noborus committed Nov 8, 2023
1 parent b943012 commit 025e9a4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,7 @@ jobs:
- uses: actions/checkout@v4

- { uses: actions/download-artifact@v3, with: { name: trdsql-linux-amd64, path: dist/ } }
- { uses: actions/download-artifact@v3, with: { name: trdsql-linux-386, path: dist/ } }
- { uses: actions/download-artifact@v3, with: { name: trdsql-linux-arm64, path: dist/ } }
- { uses: actions/download-artifact@v3, with: { name: trdsql-linux-arm, path: dist/ } }
- { uses: actions/download-artifact@v3, with: { name: trdsql-linux-mips, path: dist/ } }
- { uses: actions/download-artifact@v3, with: { name: trdsql-linux-mips64, path: dist/ } }
- { uses: actions/download-artifact@v3, with: { name: trdsql-linux-mipsle, path: dist/ } }
- { uses: actions/download-artifact@v3, with: { name: trdsql-darwin-amd64, path: dist/ } }
- { uses: actions/download-artifact@v3, with: { name: trdsql-darwin-arm64, path: dist/ } }
- { uses: actions/download-artifact@v3, with: { name: trdsql-windows-amd64, path: dist/ } }
Expand Down

0 comments on commit 025e9a4

Please sign in to comment.