Skip to content

Commit

Permalink
Merge pull request #1 from XXTXTOP/main
Browse files Browse the repository at this point in the history
Update build.yml
  • Loading branch information
debuggerx01 authored Jun 3, 2023
2 parents 9a6e457 + c11dc2a commit 60c867b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ jobs:
container: debian:buster
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Build
run: bash build_action.sh

- name: Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: artifact
path: ${{ github.workspace }}/artifact/

0 comments on commit 60c867b

Please sign in to comment.