Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
ChewingGlass committed Jan 30, 2025
1 parent f7dffee commit f62ca7c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/develop-release-program.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,13 @@ jobs:
program-id: ${{ env.PROGRAM_ID }}

- name: Store so files
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{matrix.program}}-so
path: |
./target/deploy/${{env.PROGRAM_NAME}}.so
- name: Store idl files
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{matrix.program}}-idl
path: |
Expand Down Expand Up @@ -129,12 +129,12 @@ jobs:
PROGRAM: ${{ matrix.program }}

- name: Download a so files
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: ${{matrix.program}}-so
path: ./target/deploy/
- name: Download idl files
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: ${{matrix.program}}-idl
path: ./target/idl/
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion programs/nft_proxy/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nft-proxy"
version = "0.0.1"
version = "0.0.2"
description = "Created with Anchor"
edition = "2021"

Expand Down

0 comments on commit f62ca7c

Please sign in to comment.